HomeSort by: relevance | last modified time | path
    Searched defs:lf_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
vfs_lockf.c 74 short lf_type; /* Lock type: F_RDLCK, F_WRLCK */ member in struct:lockf
144 lock->lf_type == F_RDLCK ? "shared" :
145 lock->lf_type == F_WRLCK ? "exclusive" :
146 lock->lf_type == F_UNLCK ? "unlock" :
167 lf->lf_type == F_RDLCK ? "shared" :
168 lf->lf_type == F_WRLCK ? "exclusive" :
169 lf->lf_type == F_UNLCK ? "unlock" :
178 blk->lf_type == F_RDLCK ? "shared" :
179 blk->lf_type == F_WRLCK ? "exclusive" :
180 blk->lf_type == F_UNLCK ? "unlock"
    [all...]

Completed in 40 milliseconds