Home
last modified time | relevance | path

Searched refs:fl_ops (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/fs/
Dlocks.c287 if (fl->fl_ops) { in locks_release_private()
288 if (fl->fl_ops->fl_release_private) in locks_release_private()
289 fl->fl_ops->fl_release_private(fl); in locks_release_private()
290 fl->fl_ops = NULL; in locks_release_private()
371 new->fl_ops = NULL; in locks_copy_conflock()
383 WARN_ON_ONCE(new->fl_ops); in locks_copy_lock()
388 new->fl_ops = fl->fl_ops; in locks_copy_lock()
390 if (fl->fl_ops) { in locks_copy_lock()
391 if (fl->fl_ops->fl_copy_lock) in locks_copy_lock()
392 fl->fl_ops->fl_copy_lock(new, fl); in locks_copy_lock()
[all …]
/linux-6.1.9/fs/lockd/
Dclntproc.c147 WARN_ON_ONCE(req->a_args.lock.fl.fl_ops != NULL); in nlmclnt_release_lockargs()
191 fl->fl_ops->fl_release_private(fl); in nlmclnt_proc()
192 fl->fl_ops = NULL; in nlmclnt_proc()
484 fl->fl_ops = &nlmclnt_lock_ops; in nlmclnt_locks_init_private()
/linux-6.1.9/fs/ceph/
Dlocks.c75 fl->fl_ops = &ceph_fl_lock_ops; in ceph_lock_message()
76 fl->fl_ops->fl_copy_lock(fl, NULL); in ceph_lock_message()
/linux-6.1.9/fs/afs/
Dflock.c469 fl->fl_ops = &afs_lock_ops; in afs_do_setlk()
/linux-6.1.9/fs/nfs/
Dnfs4state.c977 if (fl->fl_ops != NULL) in nfs4_set_lock_state()
983 fl->fl_ops = &nfs4_fl_lock_ops; in nfs4_set_lock_state()
Dnfs4proc.c6778 request->fl_ops->fl_release_private(request); in _nfs4_proc_getlk()
6779 request->fl_ops = NULL; in _nfs4_proc_getlk()
/linux-6.1.9/include/linux/
Dfs.h1112 const struct file_lock_operations *fl_ops; /* Callbacks for filesystems */ member
/linux-6.1.9/fs/ksmbd/
Dsmb2pdu.c6717 fl->fl_ops = NULL; in smb_flock_init()