HomeSort by: relevance | last modified time | path
    Searched defs:lf_type (Results 1 - 2 of 2) 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...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap_leaf.h 149 uint8_t lf_type; /* always ZAP_CHUNK_FREE */ member in struct:zap_leaf_chunk::zap_leaf_free

Completed in 21 milliseconds