Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dsvclock.c580 case FILE_LOCK_DEFERRED: in nlmsvc_lock()
633 if (error == FILE_LOCK_DEFERRED) in nlmsvc_testlock()
879 case FILE_LOCK_DEFERRED: in nlmsvc_grant_blocked()
/linux/include/linux/
H A Dfilelock.h27 #define FILE_LOCK_DEFERRED 1 macro
/linux/fs/
H A Dlocks.c1124 error = FILE_LOCK_DEFERRED; in flock_lock_inode()
1218 error = FILE_LOCK_DEFERRED; in posix_lock_inode()
1419 if (error != FILE_LOCK_DEFERRED) in posix_lock_inode_wait()
2085 if (error != FILE_LOCK_DEFERRED) in flock_lock_inode_wait()
2337 * FILE_LOCK_DEFERRED, and call ->lm_grant() when the lock request completes.
2339 * FILE_LOCK_DEFERRED then try to get the lock and call the callback routine
2346 * ->lm_grant() before returning to the caller with a FILE_LOCK_DEFERRED
2370 if (error != FILE_LOCK_DEFERRED) in do_lock_file_wait()
/linux/fs/dlm/
H A Dplock.c167 rv = FILE_LOCK_DEFERRED; in dlm_posix_lock()
/linux/fs/smb/client/
H A Dfile.c1721 * 3) FILE_LOCK_DEFERRED, if we will wait for some other file_lock;
1722 * 4) FILE_LOCK_DEFERRED + 1, if we need to request to the server.
1728 int rc = FILE_LOCK_DEFERRED + 1; in cifs_posix_lock_set()
2251 if (rc <= FILE_LOCK_DEFERRED) in cifs_setlk()
/linux/fs/nfsd/
H A Dnfs4state.c8345 case FILE_LOCK_DEFERRED: in nfsd4_lock()