Home
last modified time | relevance | path

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

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