taglinefilesource code
fl_type73fs/locks.cflock.l_type = fl->fl_type;
fl_type104fs/locks.cswitch (file_lock.fl_type) {
fl_type116fs/locks.cfile_lock.fl_type = F_RDLCK;
fl_type121fs/locks.cfile_lock.fl_type = F_WRLCK;
fl_type131fs/locks.cif (file_lock.fl_type == F_UNLCK)
fl_type205fs/locks.cfl->fl_type = l->l_type;
fl_type225fs/locks.cswitch (caller_fl->fl_type) {
fl_type227fs/locks.creturn sys_fl->fl_type != F_RDLCK;
fl_type285fs/locks.cif (caller->fl_type != fl->fl_type)
fl_type304fs/locks.cif (caller->fl_type != fl->fl_type) {
fl_type219include/linux/fs.hchar fl_type;