Home
last modified time | relevance | path

Searched refs:f_namemax (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/sys/
Dstatvfs.h52 unsigned long f_namemax; member
81 unsigned long f_namemax; member
/bionic/tests/headers/posix/
Dsys_statvfs_h.c45 STRUCT_MEMBER(struct statvfs, unsigned long, f_namemax); in sys_statvfs_h()
/bionic/tests/
Dsys_statvfs_test.cpp32 EXPECT_EQ(255U, sb.f_namemax); in Check()
/bionic/libc/include/bits/
Dsys_statvfs_inlines.h54 __dst->f_namemax = __src->f_namelen; in __bionic_statfs_to_statvfs()