taglinefilesource code
fl_type84fs/locks.cflock.l_type = fl->fl_type;
fl_type118fs/locks.cswitch (file_lock.fl_type) {
fl_type130fs/locks.cfile_lock.fl_type = F_RDLCK;
fl_type135fs/locks.cfile_lock.fl_type = F_WRLCK;
fl_type145fs/locks.cif (file_lock.fl_type != F_UNLCK) {
fl_type251fs/locks.cfl->fl_type = l->l_type;
fl_type273fs/locks.cswitch (caller_fl->fl_type) {
fl_type275fs/locks.creturn sys_fl->fl_type != F_RDLCK;
fl_type335fs/locks.cif (caller->fl_type == fl->fl_type) {
fl_type374fs/locks.cif (caller->fl_type == F_UNLCK)
fl_type403fs/locks.cfl->fl_type  = caller->fl_type;
fl_type415fs/locks.cif (caller->fl_type == F_UNLCK) {
fl_type271include/linux/fs.hchar fl_type;