Home
last modified time | relevance | path

Searched refs:fl_copy_lock (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/afs/
Dflock.c24 .fl_copy_lock = afs_fl_copy_lock,
/linux-4.4.14/fs/lockd/
Dclntproc.c463 .fl_copy_lock = nlmclnt_locks_copy_lock,
/linux-4.4.14/Documentation/filesystems/
DLocking342 void (*fl_copy_lock)(struct file_lock *, struct file_lock *);
348 fl_copy_lock: yes no
/linux-4.4.14/fs/
Dlocks.c351 if (fl->fl_ops->fl_copy_lock) in locks_copy_lock()
352 fl->fl_ops->fl_copy_lock(new, fl); in locks_copy_lock()
/linux-4.4.14/fs/nfs/
Dnfs4state.c922 .fl_copy_lock = nfs4_fl_copy_lock,
/linux-4.4.14/include/linux/
Dfs.h928 void (*fl_copy_lock)(struct file_lock *, struct file_lock *); member