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

/freebsd-10.1-release/sbin/fsck_ffs/
H A Dsuj.c1181 ino_remref(ino_t parent, ino_t child, uint64_t diroff, int isdotdot) argument
1195 if (sino != NULL && isdotdot == 0)
1212 if (isdotdot)
1242 int isdotdot; local
1260 isdotdot = dp->d_namlen == 2 && dp->d_name[0] == '.' &&
1262 if (isdotdot && skipparent == 1)
1268 ino_remref(ino, dp->d_ino, diroff, isdotdot);
/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c3121 int isdotdot = 0, unlocknewvp = 0; local
3377 isdotdot = 1;
3379 isdotdot = 0;
3457 } else if (isdotdot != 0) {

Completed in 175 milliseconds