Searched refs:isdotdot (Results 1 – 2 of 2) sorted by relevance
1161 ino_remref(ino_t parent, ino_t child, uint64_t diroff, int isdotdot) in ino_remref() argument1175 if (sino != NULL && isdotdot == 0) in ino_remref()1192 if (isdotdot) in ino_remref()1222 int isdotdot; in ino_free_children() local1240 isdotdot = dp->d_namlen == 2 && dp->d_name[0] == '.' && in ino_free_children()1242 if (isdotdot && skipparent == 1) in ino_free_children()1248 ino_remref(ino, dp->d_ino, diroff, isdotdot); in ino_free_children()
3318 int isdotdot = 0, unlocknewvp = 0; in nfsrpc_readdirplus() local3587 isdotdot = 1; in nfsrpc_readdirplus()3589 isdotdot = 0; in nfsrpc_readdirplus()3668 } else if (isdotdot != 0) { in nfsrpc_readdirplus()