taglinefilesource code
FLOCK_VERIFY_WRITE365fs/locks.cif (read_write == FLOCK_VERIFY_WRITE ||
FLOCK_VERIFY_WRITE110fs/open.cerror = locks_verify_area(FLOCK_VERIFY_WRITE, inode, NULL,
FLOCK_VERIFY_WRITE135fs/open.cerror = locks_verify_area(FLOCK_VERIFY_WRITE, inode, file,
FLOCK_VERIFY_WRITE141fs/read_write.cerror = locks_verify_area(FLOCK_VERIFY_WRITE,inode,file,file->f_pos,count);
FLOCK_VERIFY_WRITE230fs/read_write.cretval = locks_verify_area(type == VERIFY_READ ? FLOCK_VERIFY_READ : FLOCK_VERIFY_WRITE,