OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHT_DIR
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/ufs/chfs/
chfs_inode.h
51
CHT_DIR
, /* directory */
67
CHT_DIR
, CHT_BLANK, CHT_BLK, CHT_BLANK,
chfs_subr.c
153
case
CHT_DIR
:
206
case
CHT_DIR
:
chfs_build.c
88
if (fd->type ==
CHT_DIR
) {
345
} else if (fd->type ==
CHT_DIR
) {
chfs_vnops.c
108
KASSERT(IMPLIES(ip->ch_type ==
CHT_DIR
&& chvc->pvno == chvc->vno,
147
if ((fd->type !=
CHT_DIR
&& fd->type != CHT_LNK) && !(cnp->cn_flags
1371
error = chfs_filldir(uio, ip->ino, ".", 1,
CHT_DIR
);
1389
error = chfs_filldir(uio, chvc->pvno, "..", 2,
CHT_DIR
);
chfs_vfsops.c
511
ip->ch_type =
CHT_DIR
;
553
case
CHT_DIR
:
chfs_write.c
490
if (fd->type ==
CHT_DIR
&& ip->chvc->nlink == 2)
Completed in 39 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025