Searched refs:has_pathconf (Results 1 – 1 of 1) sorted by relevance
1323 long has_pathconf; in nfsv4_loadattr() local1433 _PC_HAS_HIDDENSYSTEM, &has_pathconf) != 0) in nfsv4_loadattr()1434 has_pathconf = 0; in nfsv4_loadattr()1435 if (has_pathconf == 0) { in nfsv4_loadattr()1443 _PC_CLONE_BLKSIZE, &has_pathconf) != 0) in nfsv4_loadattr()1444 has_pathconf = 0; in nfsv4_loadattr()1445 if (has_pathconf == 0) in nfsv4_loadattr()1549 _PC_HAS_NAMEDATTR, &has_pathconf) in nfsv4_loadattr()1551 has_pathconf = 0; in nfsv4_loadattr()1552 if ((has_pathconf != 0 && in nfsv4_loadattr()[all …]