taglinefilesource code
caller80fs/locks.cstatic int flock_lock_file(struct file *filp, struct file_lock *caller,
caller82fs/locks.cstatic int posix_lock_file(struct file *filp, struct file_lock *caller,
caller413fs/locks.cstatic int flock_lock_file(struct file *filp, struct file_lock *caller,
caller426fs/locks.cif (caller->fl_file == fl->fl_file) {
caller427fs/locks.cif (caller->fl_type == fl->fl_type)
caller438fs/locks.clocks_delete_lock(before, caller->fl_type != F_UNLCK);
caller439fs/locks.cif (caller->fl_type == F_UNLCK)
caller441fs/locks.cif ((new_fl = locks_alloc_lock(caller)) == NULL)
caller481fs/locks.cstatic int posix_lock_file(struct file *filp, struct file_lock *caller,
caller491fs/locks.cif (caller->fl_type != F_UNLCK) {
caller494fs/locks.cif (!posix_locks_conflict(caller, fl))
caller500fs/locks.cif (posix_locks_deadlock(caller->fl_owner, fl->fl_owner))
caller519fs/locks.c(caller->fl_owner != fl->fl_owner)))
caller524fs/locks.cwhile ((fl = *before) && (caller->fl_owner == fl->fl_owner)) {
caller527fs/locks.cif (caller->fl_type == fl->fl_type) {
caller528fs/locks.cif (fl->fl_end < caller->fl_start - 1)
caller533fs/locks.cif (fl->fl_start > caller->fl_end + 1)
caller541fs/locks.cif (fl->fl_start > caller->fl_start)
caller542fs/locks.cfl->fl_start = caller->fl_start;
caller544fs/locks.ccaller->fl_start = fl->fl_start;
caller545fs/locks.cif (fl->fl_end < caller->fl_end)
caller546fs/locks.cfl->fl_end = caller->fl_end;
caller548fs/locks.ccaller->fl_end = fl->fl_end;
caller553fs/locks.ccaller = fl;
caller559fs/locks.cif (fl->fl_end < caller->fl_start)
caller561fs/locks.cif (fl->fl_start > caller->fl_end)
caller563fs/locks.cif (caller->fl_type == F_UNLCK)
caller565fs/locks.cif (fl->fl_start < caller->fl_start)
caller570fs/locks.cif (fl->fl_end > caller->fl_end) {
caller574fs/locks.cif (fl->fl_start >= caller->fl_start) {
caller587fs/locks.cfl->fl_start = caller->fl_start;
caller588fs/locks.cfl->fl_end = caller->fl_end;
caller589fs/locks.cfl->fl_type = caller->fl_type;
caller590fs/locks.ccaller = fl;
caller600fs/locks.cif (caller->fl_type == F_UNLCK)
caller602fs/locks.cif ((new_fl = locks_alloc_lock(caller)) == NULL)
caller620fs/locks.cright->fl_start = caller->fl_end + 1;
caller623fs/locks.cleft->fl_end = caller->fl_start - 1;
caller578mm/mmap.cstatic void avl_check (struct task_struct * task, char *caller)
caller580mm/mmap.cavl_check_point = caller;