Home
last modified time | relevance | path

Searched refs:va_type (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/fs/coda/
Dcoda_linux.c121 switch (attr->va_type) { in coda_vattr_to_iattr()
185 vattr->va_type = C_VNON; in coda_iattr_to_vattr()
198 vattr->va_type = C_VDIR; in coda_iattr_to_vattr()
200 vattr->va_type = C_VREG; in coda_iattr_to_vattr()
202 vattr->va_type = C_VLNK; in coda_iattr_to_vattr()
205 vattr->va_type = C_VNON; in coda_iattr_to_vattr()
241 switch (attr->va_type) { in print_vattr()
276 typestr, (int)attr->va_type, (int)attr->va_mode, in print_vattr()
Dinode.c224 vattr.va_type = C_VNON; /* cannot set type */ in coda_notify_change()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_iops.c142 va.va_type = IFTOVT(mode); in linvfs_mknod()
314 va.va_type = VLNK; in linvfs_symlink()
Dxfs_vnode.c212 inode->i_mode = VTTOIF(vap->va_type) | vap->va_mode; in vn_revalidate_core()
Dxfs_vnode.h405 enum vtype va_type; /* vnode type (for create) */ member
/linux-2.4.37.9/include/linux/
Dcoda.h253 long va_type; /* vnode type (for create) */ member
/linux-2.4.37.9/fs/xfs/
Dxfs_vnodeops.c166 vap->va_type = vp->v_type; in xfs_getattr()
1878 dm_di_mode = vap->va_mode|VTTOIF(vap->va_type); in xfs_create()
1955 MAKEIMODE(vap->va_type,vap->va_mode), 1, in xfs_create()
2785 dm_di_mode = vap->va_mode|VTTOIF(vap->va_type); in xfs_mkdir()
2858 MAKEIMODE(vap->va_type,vap->va_mode), 2, in xfs_mkdir()
/linux-2.4.37.9/Documentation/filesystems/
Dcoda.txt487 enum coda_vtype va_type; /* vnode type (for create) */