Home
last modified time | relevance | path

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

/titanic_41/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) in tmpfs_hash_in()
88 struct tdirent **prevpp; in tmpfs_hash_in()
105 tmpfs_hash_out(struct tdirent *t) in tmpfs_hash_out()
108 struct tdirent **prevpp; in tmpfs_hash_out()
127 tmpfs_hash_change(struct tdirent *tdp, struct tmpnode *fromtp) in tmpfs_hash_change()
139 static struct tdirent *
143 struct tdirent *l; in tmpfs_hash_lookup()
243 struct tdirent *tdp; in tdirenter()
[all …]
H A Dtmp_vfsops.c619 (sizeof (struct tmpnode) + sizeof (struct tdirent)); in tmp_statvfs()
624 (sizeof (struct tmpnode) + sizeof (struct tdirent)); in tmp_statvfs()
H A Dtmp_vnops.c1451 struct tdirent *tdp; in tmp_readdir()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dtmpnode.h72 struct tdirent *un_dirlist; /* dirent list */
128 struct tdirent { struct
130 struct tdirent *td_next; /* next directory entry */ argument
131 struct tdirent *td_prev; /* prev directory entry */ argument
134 struct tdirent *td_link; /* linked via the hash table */ argument