Searched refs:has_pathconf (Results 1 – 1 of 1) sorted by relevance
1365 long has_pathconf; in nfsv4_loadattr() local1480 _PC_HAS_HIDDENSYSTEM, &has_pathconf) != 0) in nfsv4_loadattr()1481 has_pathconf = 0; in nfsv4_loadattr()1482 if (has_pathconf == 0) { in nfsv4_loadattr()1490 _PC_CLONE_BLKSIZE, &has_pathconf) != 0) in nfsv4_loadattr()1491 has_pathconf = 0; in nfsv4_loadattr()1492 if (has_pathconf == 0) in nfsv4_loadattr()1596 _PC_HAS_NAMEDATTR, &has_pathconf) in nfsv4_loadattr()1598 has_pathconf = 0; in nfsv4_loadattr()1599 if ((has_pathconf != 0 && in nfsv4_loadattr()[all …]