Home
last modified time | relevance | path

Searched refs:dnamelen (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c1455 int dnamelen; /* length of name */ in process_dirblock() local
1542 if (dnamelen > hdlen - HDE_FDESIZE) { in process_dirblock()
1553 if (dnamelen > ISO_NAMELEN_V2_MAX) in process_dirblock()
1576 dnamelen = rr_namelen; in process_dirblock()
1603 for (i = dnamelen - 1; i > 0; i--) { in process_dirblock()
1610 dnamelen = i; in process_dirblock()
1613 dnamelen = strip_trailing(fsp, dname, dnamelen); in process_dirblock()
1622 dnamelen); in process_dirblock()
1624 dnamelen)) { in process_dirblock()
1631 dname[dnamelen - 1] == '.' && in process_dirblock()
[all …]
H A Dhsfs_vnops.c420 int dnamelen; in hsfs_readdir() local
492 &hd, dname, &dnamelen, last_offset - offset)) { in hsfs_readdir()
496 ndlen = (long)DIRENT64_RECLEN((dnamelen)); in hsfs_readdir()