Home
last modified time | relevance | path

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

/NextBSD/sbin/fsck_ffs/
HDsuj.c861 ino_isat(ino_t parent, off_t diroff, ino_t child, int *mode, int *isdot) in ino_isat() argument
873 *isdot = 0; in ino_isat()
939 *isdot = 1; in ino_isat()
942 *isdot = 1; in ino_isat()
1173 int isdot; in ino_setskip() local
1176 if (ino_isat(sino->si_ino, DOTDOT_OFFSET, parent, &mode, &isdot)) in ino_setskip()
1352 int isdot; in ino_adjust() local
1369 &recmode, &isdot) == 0) in ino_adjust()
1640 int isdot; in ino_check() local
1655 rrec->jr_ino, &mode, &isdot); in ino_check()
[all …]
/NextBSD/sys/fs/smbfs/
HDsmbfs_vnops.c1178 int error, islastcn, isdot; local
1195 isdot = (nmlen == 1 && name[0] == '.');
1264 } else if (isdot) {
1298 if (isdot) {
1314 if (isdot) {
1356 } else if (isdot) {