Home
last modified time | relevance | path

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

/fs/afs/
Dflock.c541 if (vnode->status.lock_count == -1) in afs_do_setlk()
544 if (vnode->status.lock_count != 0) in afs_do_setlk()
737 int ret, lock_count; in afs_do_getlk() local
754 lock_count = READ_ONCE(vnode->status.lock_count); in afs_do_getlk()
755 if (lock_count != 0) { in afs_do_getlk()
756 if (lock_count > 0) in afs_do_getlk()
Dxdr_fs.h31 __be32 lock_count; member
Dafs.h142 s32 lock_count; /* file lock count (0=UNLK -1=WRLCK +ve=#RDLCK */ member
Dprotocol_yfs.h101 __be32 lock_count; member
Dyfsclient.c216 status->lock_count = ntohl(xdr->lock_count); in xdr_decode_YFSFetchStatus()
Dfsclient.c111 status->lock_count = ntohl(xdr->lock_count); in xdr_decode_AFSFetchStatus()