Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vnode.h71 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VFIFO, VBAD, VSOCK }; enum
84 enum vtype v_type; /* vnode type */
138 extern enum vtype iftovt_tab[];
405 enum vtype va_type; /* vnode type (for create) */
Dxfs_vnode.c51 enum vtype iftovt_tab[] = {
/linux-2.4.37.9/include/linux/
Dcoda.h477 int vtype; member
606 int vtype; member
/linux-2.4.37.9/Documentation/filesystems/
Dcoda.txt599 int vtype;
610 targets ViceFid and cfs_lookup_out.vtype the coda_vtype giving the
617 cfs_lookup.vtype with CFS_NOCACHE to indicate that the object should
620 NNOOTTEE The type of the vtype is currently wrong. It should be
689 vtype which is set to VNON. Other are set to the value to be assigned.
1186 int vtype;
/linux-2.4.37.9/fs/coda/
Dupcall.c162 *type = outp->coda_lookup.vtype; in venus_lookup()