Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/fsck_ffs/
Dsuj.c1181 ino_remref(ino_t parent, ino_t child, uint64_t diroff, int isdotdot) in ino_remref() argument
1195 if (sino != NULL && isdotdot == 0) in ino_remref()
1212 if (isdotdot) in ino_remref()
1242 int isdotdot; in ino_free_children() local
1260 isdotdot = dp->d_namlen == 2 && dp->d_name[0] == '.' && in ino_free_children()
1262 if (isdotdot && skipparent == 1) in ino_free_children()
1268 ino_remref(ino, dp->d_ino, diroff, isdotdot); in ino_free_children()
/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clrpcops.c3177 int isdotdot = 0, unlocknewvp = 0; in nfsrpc_readdirplus() local
3433 isdotdot = 1; in nfsrpc_readdirplus()
3435 isdotdot = 0; in nfsrpc_readdirplus()
3513 } else if (isdotdot != 0) { in nfsrpc_readdirplus()