Searched refs:isdotdot (Results 1 – 2 of 2) sorted by relevance
1181 ino_remref(ino_t parent, ino_t child, uint64_t diroff, int isdotdot) in ino_remref() argument1195 if (sino != NULL && isdotdot == 0) in ino_remref()1212 if (isdotdot) in ino_remref()1242 int isdotdot; in ino_free_children() local1260 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()
3177 int isdotdot = 0, unlocknewvp = 0; in nfsrpc_readdirplus() local3433 isdotdot = 1; in nfsrpc_readdirplus()3435 isdotdot = 0; in nfsrpc_readdirplus()3513 } else if (isdotdot != 0) { in nfsrpc_readdirplus()