taglinefilesource code
fl_type73fs/locks.cflock.l_type = fl->fl_type;
fl_type107fs/locks.cswitch (file_lock.fl_type) {
fl_type119fs/locks.cfile_lock.fl_type = F_RDLCK;
fl_type124fs/locks.cfile_lock.fl_type = F_WRLCK;
fl_type134fs/locks.cif (file_lock.fl_type != F_UNLCK) {
fl_type240fs/locks.cfl->fl_type = l->l_type;
fl_type262fs/locks.cswitch (caller_fl->fl_type) {
fl_type264fs/locks.creturn sys_fl->fl_type != F_RDLCK;
fl_type324fs/locks.cif (caller->fl_type == fl->fl_type) {
fl_type363fs/locks.cif (caller->fl_type == F_UNLCK)
fl_type392fs/locks.cfl->fl_type  = caller->fl_type;
fl_type404fs/locks.cif (caller->fl_type == F_UNLCK) {
fl_type483fs/locks.ctmp->fl_type = fl->fl_type;
fl_type274include/linux/fs.hchar fl_type;