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

/freebsd-10.3-release/sbin/fsck_ffs/
H A Dsuj.c861 ino_isat(ino_t parent, off_t diroff, ino_t child, int *mode, int *isdot) argument
873 *isdot = 0;
939 *isdot = 1;
942 *isdot = 1;
1173 int isdot; local
1176 if (ino_isat(sino->si_ino, DOTDOT_OFFSET, parent, &mode, &isdot))
1352 int isdot; local
1369 &recmode, &isdot) == 0)
1640 int isdot; local
1655 rrec->jr_ino, &mode, &isdot);
[all...]
/freebsd-10.3-release/sys/fs/smbfs/
H A Dsmbfs_vnops.c1179 int error, islastcn, isdot; local
1196 isdot = (nmlen == 1 && name[0] == '.');
1265 } else if (isdot) {
1299 if (isdot) {
1315 if (isdot) {
1357 } else if (isdot) {

Completed in 107 milliseconds