Searched refs:lock_count (Results 1 – 3 of 3) sorted by relevance
285 if (vnode->status.lock_count != 0 && !(fl->fl_flags & FL_SLEEP)) { in afs_do_setlk()481 int ret, lock_count; in afs_do_getlk() local497 lock_count = vnode->status.lock_count; in afs_do_getlk()498 if (lock_count) { in afs_do_getlk()499 if (lock_count > 0) in afs_do_getlk()
130 s32 lock_count; /* file lock count (0=UNLK -1=WRLCK +ve=#RDLCK */ member
70 EXTRACT(status->lock_count); in xdr_decode_AFSFetchStatus()