Searched refs:fl_ops (Results 1 – 6 of 6) sorted by relevance
269 if (fl->fl_ops) { in locks_release_private()270 if (fl->fl_ops->fl_release_private) in locks_release_private()271 fl->fl_ops->fl_release_private(fl); in locks_release_private()272 fl->fl_ops = NULL; in locks_release_private()331 new->fl_ops = NULL; in locks_copy_conflock()343 WARN_ON_ONCE(new->fl_ops); in locks_copy_lock()348 new->fl_ops = fl->fl_ops; in locks_copy_lock()350 if (fl->fl_ops) { in locks_copy_lock()351 if (fl->fl_ops->fl_copy_lock) in locks_copy_lock()352 fl->fl_ops->fl_copy_lock(new, fl); in locks_copy_lock()[all …]
145 WARN_ON_ONCE(req->a_args.lock.fl.fl_ops != NULL); in nlmclnt_release_lockargs()183 fl->fl_ops->fl_release_private(fl); in nlmclnt_proc()184 fl->fl_ops = NULL; in nlmclnt_proc()472 fl->fl_ops = &nlmclnt_lock_ops; in nlmclnt_locks_init_private()
271 fl->fl_ops = &afs_lock_ops; in afs_do_setlk()453 fl->fl_ops = &afs_lock_ops; in afs_do_unlk()
930 if (fl->fl_ops != NULL) in nfs4_set_lock_state()936 fl->fl_ops = &nfs4_fl_lock_ops; in nfs4_set_lock_state()
5493 request->fl_ops->fl_release_private(request); in _nfs4_proc_getlk()5494 request->fl_ops = NULL; in _nfs4_proc_getlk()
1000 const struct file_lock_operations *fl_ops; /* Callbacks for filesystems */ member