taglinefilesource code
caller93fs/locks.cstatic int flock_lock_file(struct file *filp, struct file_lock *caller,
caller95fs/locks.cstatic int posix_lock_file(struct file *filp, struct file_lock *caller,
caller573fs/locks.cstatic int flock_lock_file(struct file *filp, struct file_lock *caller,
caller586fs/locks.cif (caller->fl_file == fl->fl_file) {
caller587fs/locks.cif (caller->fl_type == fl->fl_type)
caller598fs/locks.clocks_delete_lock(before, caller->fl_type != F_UNLCK);
caller599fs/locks.cif (caller->fl_type == F_UNLCK)
caller601fs/locks.cif ((new_fl = locks_alloc_lock(caller)) == NULL)
caller655fs/locks.cstatic int posix_lock_file(struct file *filp, struct file_lock *caller,
caller665fs/locks.cif (caller->fl_type != F_UNLCK) {
caller668fs/locks.cif (!posix_locks_conflict(caller, fl))
caller674fs/locks.cif (posix_locks_deadlock(caller->fl_owner, fl->fl_owner))
caller693fs/locks.c(caller->fl_owner != fl->fl_owner))) {
caller700fs/locks.cwhile ((fl = *before) && (caller->fl_owner == fl->fl_owner)) {
caller703fs/locks.cif (caller->fl_type == fl->fl_type) {
caller704fs/locks.cif (fl->fl_end < caller->fl_start - 1)
caller709fs/locks.cif (fl->fl_start > caller->fl_end + 1)
caller717fs/locks.cif (fl->fl_start > caller->fl_start)
caller718fs/locks.cfl->fl_start = caller->fl_start;
caller720fs/locks.ccaller->fl_start = fl->fl_start;
caller721fs/locks.cif (fl->fl_end < caller->fl_end)
caller722fs/locks.cfl->fl_end = caller->fl_end;
caller724fs/locks.ccaller->fl_end = fl->fl_end;
caller729fs/locks.ccaller = fl;
caller736fs/locks.cif (fl->fl_end < caller->fl_start)
caller738fs/locks.cif (fl->fl_start > caller->fl_end)
caller740fs/locks.cif (caller->fl_type == F_UNLCK)
caller742fs/locks.cif (fl->fl_start < caller->fl_start)
caller747fs/locks.cif (fl->fl_end > caller->fl_end) {
caller751fs/locks.cif (fl->fl_start >= caller->fl_start) {
caller765fs/locks.cfl->fl_start = caller->fl_start;
caller766fs/locks.cfl->fl_end = caller->fl_end;
caller767fs/locks.cfl->fl_type = caller->fl_type;
caller768fs/locks.ccaller = fl;
caller779fs/locks.cif (caller->fl_type == F_UNLCK)
caller781fs/locks.cif ((new_fl = locks_alloc_lock(caller)) == NULL)
caller799fs/locks.cright->fl_start = caller->fl_end + 1;
caller802fs/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;