taglinefilesource code
fl_type164fs/locks.cif ((file_lock.fl_type != F_UNLCK) && !(filp->f_mode & 3))
fl_type201fs/locks.cflock.l_type = fl->fl_type;
fl_type298fs/locks.cfl->fl_type = l->l_type;
fl_type301fs/locks.cfl->fl_type = F_RDLCK;
fl_type304fs/locks.cfl->fl_type = F_WRLCK;
fl_type349fs/locks.cfl->fl_type = F_RDLCK;
fl_type352fs/locks.cfl->fl_type = F_WRLCK;
fl_type355fs/locks.cfl->fl_type = F_UNLCK;
fl_type409fs/locks.cswitch (caller_fl->fl_type) {
fl_type411fs/locks.creturn (sys_fl->fl_type == F_WRLCK);
fl_type418fs/locks.ccaller_fl->fl_type);
fl_type487fs/locks.cif (caller->fl_type == fl->fl_type)
fl_type498fs/locks.clocks_delete_lock(before, caller->fl_type != F_UNLCK);
fl_type499fs/locks.cif (caller->fl_type == F_UNLCK)
fl_type565fs/locks.cif (caller->fl_type != F_UNLCK) {
fl_type603fs/locks.cif (caller->fl_type == fl->fl_type) {
fl_type639fs/locks.cif (caller->fl_type == F_UNLCK)
fl_type665fs/locks.cfl->fl_type = caller->fl_type;
fl_type688fs/locks.cif (caller->fl_type == F_UNLCK)
fl_type737fs/locks.ctmp->fl_type = fl->fl_type;
fl_type340include/linux/fs.hchar fl_type;