Lines Matching refs:has_pathconf
1323 long has_pathconf; in nfsv4_loadattr() local
1433 _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()
1554 (has_pathconf == 0 && in nfsv4_loadattr()
2390 _PC_CLONE_BLKSIZE, &has_pathconf) in nfsv4_loadattr()
2392 has_pathconf = 0; in nfsv4_loadattr()
2393 if (has_pathconf != in nfsv4_loadattr()