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

/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c863 ino_isat(ino_t parent, off_t diroff, ino_t child, int *mode, int *isdot) argument
875 *isdot = 0;
941 *isdot = 1;
944 *isdot = 1;
1175 int isdot; local
1178 if (ino_isat(sino->si_ino, DOTDOT_OFFSET, parent, &mode, &isdot))
1354 int isdot; local
1371 &recmode, &isdot) == 0)
1644 int isdot; local
1659 rrec->jr_ino, &mode, &isdot);
[all...]
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_vnops.c1186 int error, islastcn, isdot; local
1204 isdot = (nmlen == 1 && name[0] == '.');
1273 } else if (isdot) {
1307 if (isdot) {
1323 if (isdot) {
1365 } else if (isdot) {

Completed in 107 milliseconds