Searched refs:isdot (Results 1 – 1 of 1) sorted by relevance
494 int isdot = (dp->d_namlen == 1) && (dp->d_name[0] == '.'); in nfs_rdirplus_update_node_attrs() local499 if (isdot || isdotdot) { in nfs_rdirplus_update_node_attrs()2532 int nfsvers, error, busyerror = ENOENT, isdot, isdotdot, negnamecache; in nfs_vnop_lookup() local2612 isdot = isdotdot = 0; in nfs_vnop_lookup()2615 isdot = 1; in nfs_vnop_lookup()2621 if (isdotdot || isdot) { in nfs_vnop_lookup()2656 isdot = NFS_CMPFH(dnp, fh->fh_data, fh->fh_len); in nfs_vnop_lookup()2666 if (isdot) { in nfs_vnop_lookup()2680 } else if (isdot) { in nfs_vnop_lookup()6213 int isdot = (cnp->cn_namelen == 1) && (cnp->cn_nameptr[0] == '.'); in nfs_dir_buf_cache_lookup() local[all …]