/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | statvfs.h | 22 unsigned long f_flag, f_namemax; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | statvfs.h | 25 unsigned long f_flag, f_namemax; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | statvfs.h | 25 unsigned long f_flag, f_namemax; member
|
/third_party/musl/ndk_musl_include/sys/ |
D | statvfs.h | 25 unsigned long f_flag, f_namemax; member
|
/third_party/musl/include/sys/ |
D | statvfs.h | 25 unsigned long f_flag, f_namemax; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | statvfs.h | 25 unsigned long f_flag, f_namemax; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | statvfs.h | 25 unsigned long f_flag, f_namemax; member
|
/third_party/musl/libc-test/src/api/ |
D | sys_statvfs.c | 20 F(unsigned long, f_flag) in f()
|
/third_party/musl/src/stat/ |
D | statvfs.c | 40 out->f_flag = in->f_flags; in fixup()
|
/third_party/selinux/libselinux/src/ |
D | init.c | 44 if (!(vfsbuf.f_flag & ST_RDONLY)) { in verify_selinuxmnt()
|
/third_party/e2fsprogs/misc/ |
D | tune2fs.c | 79 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()
|
D | fuse2fs.c | 2382 buf->f_flag = 0; in op_statfs() 2384 buf->f_flag |= ST_RDONLY; in op_statfs()
|
/third_party/glib/gio/ |
D | gunixmounts.c | 879 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/ |
D | libssh.c | 1155 statvfs->f_fsid, statvfs->f_flag, in myssh_statemach_act()
|
D | libssh2.c | 1792 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/ |
D | Path.inc | 105 #define STATVFS_F_FLAG(vfs) (vfs).f_flag
|
/third_party/python/Modules/ |
D | posixmodule.c | 11238 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/ |
D | os.rst | 2864 :attr:`f_flag`, :attr:`f_namemax`, :attr:`f_fsid`. 2866 Two module-level constants are defined for the :attr:`f_flag` attribute's
|