taglinefilesource code
fl_type76fs/locks.cflock.l_type = fl->fl_type;
fl_type110fs/locks.cswitch (file_lock.fl_type) {
fl_type122fs/locks.cfile_lock.fl_type = F_RDLCK;
fl_type127fs/locks.cfile_lock.fl_type = F_WRLCK;
fl_type137fs/locks.cif (file_lock.fl_type == F_UNLCK)
fl_type215fs/locks.cfl->fl_type = l->l_type;
fl_type235fs/locks.cswitch (caller_fl->fl_type) {
fl_type237fs/locks.creturn sys_fl->fl_type != F_RDLCK;
fl_type295fs/locks.cif (caller->fl_type != fl->fl_type)
fl_type314fs/locks.cif (caller->fl_type != fl->fl_type) {
fl_type223include/linux/fs.hchar fl_type;