Searched refs:has_pathconf (Results 1 – 1 of 1) sorted by relevance
1348 long has_pathconf; in nfsv4_loadattr() local1463 _PC_HAS_HIDDENSYSTEM, &has_pathconf) != 0) in nfsv4_loadattr()1464 has_pathconf = 0; in nfsv4_loadattr()1465 if (has_pathconf == 0) { in nfsv4_loadattr()1473 _PC_CLONE_BLKSIZE, &has_pathconf) != 0) in nfsv4_loadattr()1474 has_pathconf = 0; in nfsv4_loadattr()1475 if (has_pathconf == 0) in nfsv4_loadattr()1579 _PC_HAS_NAMEDATTR, &has_pathconf) in nfsv4_loadattr()1581 has_pathconf = 0; in nfsv4_loadattr()1582 if ((has_pathconf != 0 && in nfsv4_loadattr()[all …]