taglinefilesource code
fl_type83fs/locks.cflock.l_type = fl->fl_type;
fl_type117fs/locks.cswitch (file_lock.fl_type) {
fl_type129fs/locks.cfile_lock.fl_type = F_RDLCK;
fl_type134fs/locks.cfile_lock.fl_type = F_WRLCK;
fl_type144fs/locks.cif (file_lock.fl_type != F_UNLCK) {
fl_type251fs/locks.cfl->fl_type = l->l_type;
fl_type271fs/locks.cswitch (caller_fl->fl_type) {
fl_type273fs/locks.creturn sys_fl->fl_type != F_RDLCK;
fl_type329fs/locks.cif (caller->fl_type == fl->fl_type) {
fl_type368fs/locks.cif (caller->fl_type == F_UNLCK)
fl_type397fs/locks.cfl->fl_type  = caller->fl_type;
fl_type409fs/locks.cif (caller->fl_type == F_UNLCK) {
fl_type472fs/locks.ctmp->fl_type = fl->fl_type;
fl_type274include/linux/fs.hchar fl_type;