taglinefilesource code
caller100fs/locks.cstatic int flock_lock_file(struct file *filp, struct file_lock *caller,
caller102fs/locks.cstatic int posix_lock_file(struct file *filp, struct file_lock *caller,
caller597fs/locks.cstatic int flock_lock_file(struct file *filp, struct file_lock *caller,
caller610fs/locks.cif (caller->fl_file == fl->fl_file) {
caller611fs/locks.cif (caller->fl_type == fl->fl_type)
caller622fs/locks.clocks_delete_lock(before, caller->fl_type != F_UNLCK);
caller623fs/locks.cif (caller->fl_type == F_UNLCK)
caller625fs/locks.cif ((new_fl = locks_alloc_lock(caller)) == NULL)
caller686fs/locks.cstatic int posix_lock_file(struct file *filp, struct file_lock *caller,
caller696fs/locks.cif (caller->fl_type != F_UNLCK) {
caller699fs/locks.cif (!posix_locks_conflict(caller, fl))
caller704fs/locks.cif (locks_deadlock(caller->fl_owner, fl->fl_owner))
caller723fs/locks.c(caller->fl_owner != fl->fl_owner))) {
caller730fs/locks.cwhile ((fl = *before) && (caller->fl_owner == fl->fl_owner)) {
caller733fs/locks.cif (caller->fl_type == fl->fl_type) {
caller734fs/locks.cif (fl->fl_end < caller->fl_start - 1)
caller739fs/locks.cif (fl->fl_start > caller->fl_end + 1)
caller747fs/locks.cif (fl->fl_start > caller->fl_start)
caller748fs/locks.cfl->fl_start = caller->fl_start;
caller750fs/locks.ccaller->fl_start = fl->fl_start;
caller751fs/locks.cif (fl->fl_end < caller->fl_end)
caller752fs/locks.cfl->fl_end = caller->fl_end;
caller754fs/locks.ccaller->fl_end = fl->fl_end;
caller759fs/locks.ccaller = fl;
caller766fs/locks.cif (fl->fl_end < caller->fl_start)
caller768fs/locks.cif (fl->fl_start > caller->fl_end)
caller770fs/locks.cif (caller->fl_type == F_UNLCK)
caller772fs/locks.cif (fl->fl_start < caller->fl_start)
caller777fs/locks.cif (fl->fl_end > caller->fl_end) {
caller781fs/locks.cif (fl->fl_start >= caller->fl_start) {
caller795fs/locks.cfl->fl_start = caller->fl_start;
caller796fs/locks.cfl->fl_end = caller->fl_end;
caller797fs/locks.cfl->fl_type = caller->fl_type;
caller798fs/locks.ccaller = fl;
caller809fs/locks.cif (caller->fl_type == F_UNLCK)
caller811fs/locks.cif ((new_fl = locks_alloc_lock(caller)) == NULL)
caller828fs/locks.cright->fl_start = caller->fl_end + 1;
caller831fs/locks.cleft->fl_end = caller->fl_start - 1;
caller569mm/mmap.cstatic void avl_check (struct task_struct * task, char *caller)
caller571mm/mmap.cavl_check_point = caller;