taglinefilesource code
fl_type79fs/locks.cflock.l_type = fl->fl_type;
fl_type113fs/locks.cswitch (file_lock.fl_type) {
fl_type125fs/locks.cfile_lock.fl_type = F_RDLCK;
fl_type130fs/locks.cfile_lock.fl_type = F_WRLCK;
fl_type140fs/locks.cif (file_lock.fl_type != F_UNLCK) {
fl_type216fs/locks.cfl->fl_type = l->l_type;
fl_type238fs/locks.cswitch (caller_fl->fl_type) {
fl_type240fs/locks.creturn sys_fl->fl_type != F_RDLCK;
fl_type300fs/locks.cif (caller->fl_type == fl->fl_type) {
fl_type339fs/locks.cif (caller->fl_type == F_UNLCK)
fl_type368fs/locks.cfl->fl_type  = caller->fl_type;
fl_type380fs/locks.cif (caller->fl_type == F_UNLCK)
fl_type229include/linux/fs.hchar fl_type;