Home
last modified time | relevance | path

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

/fs/afs/
Dflock.c285 if (vnode->status.lock_count != 0 && !(fl->fl_flags & FL_SLEEP)) { in afs_do_setlk()
481 int ret, lock_count; in afs_do_getlk() local
497 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()
Dafs.h130 s32 lock_count; /* file lock count (0=UNLK -1=WRLCK +ve=#RDLCK */ member
Dfsclient.c70 EXTRACT(status->lock_count); in xdr_decode_AFSFetchStatus()