Searched refs:isdot (Results 1 – 1 of 1) sorted by relevance
497 int isdot = (dp->d_namlen == 1) && (dp->d_name[0] == '.'); in nfs_rdirplus_update_node_attrs() local502 if (isdot || isdotdot) { in nfs_rdirplus_update_node_attrs()2545 int nfsvers, error, busyerror = ENOENT, isdot, isdotdot, negnamecache; in nfs_vnop_lookup() local2625 isdot = isdotdot = 0; in nfs_vnop_lookup()2628 isdot = 1; in nfs_vnop_lookup()2634 if (isdotdot || isdot) { in nfs_vnop_lookup()2669 isdot = NFS_CMPFH(dnp, fh->fh_data, fh->fh_len); in nfs_vnop_lookup()2679 if (isdot) { in nfs_vnop_lookup()2693 } else if (isdot) { in nfs_vnop_lookup()6224 int isdot = (cnp->cn_namelen == 1) && (cnp->cn_nameptr[0] == '.'); in nfs_dir_buf_cache_lookup() local[all …]