posix_lock_file   247 fs/ceph/locks.c 			posix_lock_file(file, fl, NULL);
posix_lock_file   262 fs/ceph/locks.c 			err = posix_lock_file(file, fl, NULL);
posix_lock_file  1173 fs/cifs/file.c 	rc = posix_lock_file(file, flock, NULL);
posix_lock_file   215 fs/dlm/plock.c 	if (posix_lock_file(file, flc, NULL)) {
posix_lock_file  2444 fs/fuse/file.c 			err = posix_lock_file(file, fl, NULL);
posix_lock_file  1373 fs/locks.c     EXPORT_SYMBOL(posix_lock_file);
posix_lock_file  2426 fs/locks.c     		return posix_lock_file(filp, fl, conf);
posix_lock_file   611 fs/orangefs/file.c 			rc = posix_lock_file(filp, fl, NULL);
posix_lock_file  1161 include/linux/fs.h extern int posix_lock_file(struct file *, struct file_lock *, struct file_lock *);