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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h72 struct tdirent *un_dirlist; /* dirent list */
124 * tmpfs directories are made up of a linked list of tdirent structures
128 struct tdirent { struct
130 struct tdirent *td_next; /* next directory entry */
131 struct tdirent *td_prev; /* prev directory entry */
134 struct tdirent *td_link; /* linked via the hash table */
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c47 char *, struct tmpnode *, struct tdirent *, struct cred *);
58 static struct tdirent *t_hashtable[T_HASH_SIZE];
85 tmpfs_hash_in(struct tdirent *t)
88 struct tdirent **prevpp;
102 * Remove tdirent *t from the hash list.
105 tmpfs_hash_out(struct tdirent *t)
108 struct tdirent **prevpp;
127 tmpfs_hash_change(struct tdirent *tdp, struct tmpnode *fromtp)
139 static struct tdirent *
143 struct tdirent *
[all...]
H A Dtmp_vfsops.c635 (sizeof (struct tmpnode) + sizeof (struct tdirent));
640 (sizeof (struct tmpnode) + sizeof (struct tdirent));
H A Dtmp_vnops.c1468 struct tdirent *tdp;

Completed in 63 milliseconds