Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dfilelock.h161 int posix_lock_file(struct file *, struct file_lock *, struct file_lock *);
261 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function
/linux-6.6.21/fs/ceph/
Dlocks.c275 posix_lock_file(file, fl, NULL); in ceph_lock()
296 err = posix_lock_file(file, fl, NULL); in ceph_lock()
/linux-6.6.21/fs/orangefs/
Dfile.c545 rc = posix_lock_file(filp, fl, NULL); in orangefs_lock()
/linux-6.6.21/fs/dlm/
Dplock.c266 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
/linux-6.6.21/fs/
Dlocks.c1346 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() function
1351 EXPORT_SYMBOL(posix_lock_file);
2289 return posix_lock_file(filp, fl, conf); in vfs_lock_file()
/linux-6.6.21/fs/fuse/
Dfile.c2612 err = posix_lock_file(file, fl, NULL); in fuse_file_lock()
/linux-6.6.21/fs/smb/client/
Dfile.c1444 rc = posix_lock_file(file, flock, NULL); in cifs_posix_lock_set()