Searched refs:__statfs_link_max (Results 1 – 3 of 3) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | pathconf.h | 26 extern long int __statfs_link_max (int result, const struct statfs *fsbuf,
|
A D | fpathconf.c | 38 return __statfs_link_max (__fstatfs (fd, &fsbuf), &fsbuf, NULL, fd); in __fpathconf()
|
A D | pathconf.c | 46 return __statfs_link_max (__statfs (file, &fsbuf), &fsbuf, file, -1); in __pathconf() 133 __statfs_link_max (int result, const struct statfs *fsbuf, const char *file, in __statfs_link_max() function
|
Completed in 5 milliseconds