Searched refs:tn_attr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h83 struct vattr tn_attr; /* attributes */ member in struct:tmpnode
106 #define tn_mask tn_attr.va_mask
107 #define tn_type tn_attr.va_type
108 #define tn_mode tn_attr.va_mode
109 #define tn_uid tn_attr.va_uid
110 #define tn_gid tn_attr.va_gid
111 #define tn_fsid tn_attr.va_fsid
112 #define tn_nodeid tn_attr.va_nodeid
113 #define tn_nlink tn_attr.va_nlink
114 #define tn_size tn_attr
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h132 vattr_t tn_attr; member in struct:mdb_tmpnode
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c744 get = &tp->tn_attr;
878 tmpnode_init(tm, xdp, &tp->tn_attr, NULL);
885 xdp->tn_mode = tp->tn_attr.va_mode;
888 if (tp->tn_attr.va_mode & 0040)
890 if (tp->tn_attr.va_mode & 0004)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c533 return (tnode.tn_attr.va_size);

Completed in 69 milliseconds