Searched refs:lock_count (Results 1 – 6 of 6) sorted by relevance
541 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() local754 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()
31 __be32 lock_count; member
142 s32 lock_count; /* file lock count (0=UNLK -1=WRLCK +ve=#RDLCK */ member
101 __be32 lock_count; member
216 status->lock_count = ntohl(xdr->lock_count); in xdr_decode_YFSFetchStatus()
111 status->lock_count = ntohl(xdr->lock_count); in xdr_decode_AFSFetchStatus()