Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfilelock.h194 int posix_lock_file(struct file *, struct file_lock *, struct file_lock *);
323 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function
/linux-6.12.1/fs/ceph/
Dlocks.c278 posix_lock_file(file, fl, NULL); in ceph_lock()
299 err = posix_lock_file(file, fl, NULL); in ceph_lock()
/linux-6.12.1/fs/orangefs/
Dfile.c545 rc = posix_lock_file(filp, fl, NULL); in orangefs_lock()
/linux-6.12.1/fs/dlm/
Dplock.c262 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
/linux-6.12.1/fs/
Dlocks.c1399 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function
1404 EXPORT_SYMBOL(posix_lock_file);
2360 return posix_lock_file(filp, fl, conf); in vfs_lock_file()
/linux-6.12.1/Documentation/filesystems/nfs/
Dexporting.rst244 it's own ->lock() functionality as core posix_lock_file() implementation
/linux-6.12.1/fs/smb/client/
Dfile.c1720 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()
/linux-6.12.1/fs/fuse/
Dfile.c2721 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()