Home
last modified time | relevance | path

Searched defs:vtype (Results 1 – 5 of 5) sorted by relevance

/minix3/sys/sys/
H A Dvnode.h87 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD }; enum
H A Dkauth.h438 #define FS_OBJECT_CAN_EXEC(vtype, mode) (((vtype) == VDIR) || \ argument
/minix3/sys/ufs/ufs/
H A Dufs_quota2.c436 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred, in quota2_check()
/minix3/sys/ufs/lfs/
H A Dulfs_quota2.c440 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred, in quota2_check()
/minix3/external/bsd/bind/dist/lib/dns/
H A Dresolver.c5303 dns_rdatatype_t vtype = fctx->type; in cache_name() local