Home
last modified time | relevance | path

Searched refs:f_flag (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h22 unsigned long f_flag, f_namemax; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatvfs.h25 unsigned long f_flag, f_namemax; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatvfs.h25 unsigned long f_flag, f_namemax; member
/third_party/musl/ndk_musl_include/sys/
Dstatvfs.h25 unsigned long f_flag, f_namemax; member
/third_party/musl/include/sys/
Dstatvfs.h25 unsigned long f_flag, f_namemax; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatvfs.h25 unsigned long f_flag, f_namemax; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h25 unsigned long f_flag, f_namemax; member
/third_party/musl/libc-test/src/api/
Dsys_statvfs.c20 F(unsigned long, f_flag) in f()
/third_party/musl/src/stat/
Dstatvfs.c40 out->f_flag = in->f_flags; in fixup()
/third_party/selinux/libselinux/src/
Dinit.c44 if (!(vfsbuf.f_flag & ST_RDONLY)) { in verify_selinuxmnt()
/third_party/e2fsprogs/misc/
Dtune2fs.c79 static int c_flag, C_flag, e_flag, f_flag, g_flag, i_flag, l_flag, L_flag; variable
261 if (f_flag) in remove_journal_device()
1132 f_flag < 2) { in update_feature_set()
1884 f_flag++; in parse_tune2fs_options()
2973 if ((open_flag & EXT2_FLAG_RW) == 0 || f_flag) in main()
3240 if (clear_mmp && !f_flag) { in main()
Dfuse2fs.c2382 buf->f_flag = 0; in op_statfs()
2384 buf->f_flag |= ST_RDONLY; in op_statfs()
/third_party/glib/gio/
Dgunixmounts.c879 if (mntent[i].f_flag & ST_RDONLY) in _g_get_unix_mounts()
945 if (statbuf.f_flag & ST_RDONLY) in _g_get_unix_mounts()
/third_party/curl/lib/vssh/
Dlibssh.c1155 statvfs->f_fsid, statvfs->f_flag, in myssh_statemach_act()
Dlibssh2.c1792 statvfs.f_fsid, statvfs.f_flag, in ssh_statemach_act()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc105 #define STATVFS_F_FLAG(vfs) (vfs).f_flag
/third_party/python/Modules/
Dposixmodule.c11238 PyStructSequence_SET_ITEM(v, 8, PyLong_FromLong((long) st.f_flag)); in _pystatvfs_fromstructstatvfs()
11255 PyStructSequence_SET_ITEM(v, 8, PyLong_FromLong((long) st.f_flag)); in _pystatvfs_fromstructstatvfs()
/third_party/python/Doc/library/
Dos.rst2864 :attr:`f_flag`, :attr:`f_namemax`, :attr:`f_fsid`.
2866 Two module-level constants are defined for the :attr:`f_flag` attribute's