Searched refs:posix_lock_file (Results 1 - 7 of 7) sorted by last modified time

/linux-master/fs/fuse/
H A Dfile.c2712 err = posix_lock_file(file, fl, NULL);
/linux-master/fs/smb/client/
H A Dfile.c1536 rc = posix_lock_file(file, flock, NULL);
/linux-master/include/linux/
H A Dfilelock.h24 * Special return value from posix_lock_file() and vfs_lock_file() for
194 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, function
/linux-master/fs/
H A Dlocks.c1386 * posix_lock_file - Apply a POSIX-style lock to a file
1399 int posix_lock_file(struct file *filp, struct file_lock *fl, function
1404 EXPORT_SYMBOL(posix_lock_file); variable
2356 return posix_lock_file(filp, fl, conf);
2616 * posix_lock_file(). Another process could be setting a lock on this
/linux-master/fs/dlm/
H A Dplock.c262 if (posix_lock_file(file, flc, NULL)) {
/linux-master/fs/ceph/
H A Dlocks.c278 posix_lock_file(file, fl, NULL);
299 err = posix_lock_file(file, fl, NULL);
306 doutc(cl, "got %d on posix_lock_file, undid lock\n",
/linux-master/fs/orangefs/
H A Dfile.c545 rc = posix_lock_file(filp, fl, NULL);

Completed in 183 milliseconds