Lines Matching refs:fsbuf
41 struct statfs fsbuf; in __pathconf() local
46 return __statfs_link_max (__statfs (file, &fsbuf), &fsbuf, file, -1); in __pathconf()
49 return __statfs_filesize_max (__statfs (file, &fsbuf), &fsbuf); in __pathconf()
52 return __statfs_symlinks (__statfs (file, &fsbuf), &fsbuf); in __pathconf()
55 return __statfs_chown_restricted (__statfs (file, &fsbuf), &fsbuf); in __pathconf()
64 distinguish_extX (const struct statfs *fsbuf, const char *file, int fd) in distinguish_extX() argument
133 __statfs_link_max (int result, const struct statfs *fsbuf, const char *file, in __statfs_link_max() argument
146 switch (fsbuf->f_type) in __statfs_link_max()
153 return distinguish_extX (fsbuf, file, fd); in __statfs_link_max()
197 __statfs_filesize_max (int result, const struct statfs *fsbuf) in __statfs_filesize_max() argument
209 switch (fsbuf->f_type) in __statfs_filesize_max()
246 __statfs_symlinks (int result, const struct statfs *fsbuf) in __statfs_symlinks() argument
258 switch (fsbuf->f_type) in __statfs_symlinks()
281 __statfs_chown_restricted (int result, const struct statfs *fsbuf) in __statfs_chown_restricted() argument