taglinefilesource code
fl_type109fs/locks.cif ((file_lock.fl_type != F_UNLCK) && !(filp->f_mode & 3))
fl_type146fs/locks.cflock.l_type = fl->fl_type;
fl_type243fs/locks.cfl->fl_type = l->l_type;
fl_type246fs/locks.cfl->fl_type = F_RDLCK;
fl_type249fs/locks.cfl->fl_type = F_WRLCK;
fl_type294fs/locks.cfl->fl_type = F_RDLCK;
fl_type297fs/locks.cfl->fl_type = F_WRLCK;
fl_type300fs/locks.cfl->fl_type = F_UNLCK;
fl_type354fs/locks.cswitch (caller_fl->fl_type) {
fl_type356fs/locks.creturn (sys_fl->fl_type == F_WRLCK);
fl_type363fs/locks.ccaller_fl->fl_type);
fl_type427fs/locks.cif (caller->fl_type == fl->fl_type)
fl_type438fs/locks.clocks_delete_lock(before, caller->fl_type != F_UNLCK);
fl_type439fs/locks.cif (caller->fl_type == F_UNLCK)
fl_type491fs/locks.cif (caller->fl_type != F_UNLCK) {
fl_type527fs/locks.cif (caller->fl_type == fl->fl_type) {
fl_type563fs/locks.cif (caller->fl_type == F_UNLCK)
fl_type589fs/locks.cfl->fl_type = caller->fl_type;
fl_type600fs/locks.cif (caller->fl_type == F_UNLCK)
fl_type649fs/locks.ctmp->fl_type = fl->fl_type;
fl_type299include/linux/fs.hchar fl_type;