/external/linux-kselftest/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags() 132 if (stat.f_flag & ST_RDONLY) in read_mnt_flags() 134 if (stat.f_flag & ST_NOSUID) in read_mnt_flags() 136 if (stat.f_flag & ST_NODEV) in read_mnt_flags() 138 if (stat.f_flag & ST_NOEXEC) in read_mnt_flags() 140 if (stat.f_flag & ST_NOATIME) in read_mnt_flags() 142 if (stat.f_flag & ST_NODIRATIME) in read_mnt_flags() 144 if (stat.f_flag & ST_RELATIME) in read_mnt_flags() 146 if (stat.f_flag & ST_SYNCHRONOUS) in read_mnt_flags() 148 if (stat.f_flag & ST_MANDLOCK) in read_mnt_flags()
|
/external/openssh/openbsd-compat/ |
D | bsd-statvfs.c | 47 to->f_flag = from->f_flags; in copy_statfs_to_statvfs() 49 to->f_flag = from->f_spare[0]; in copy_statfs_to_statvfs()
|
D | bsd-statvfs.h | 58 unsigned long f_flag; /* BBit mask of f_flag values. */ member
|
/external/openssh/regress/ |
D | setuid-allowed.c | 54 return (sb.f_flag & ST_NOSUID) ? 1 : 0; in main()
|
/external/minijail/ |
D | system_unittest.cc | 276 EXPECT_EQ(stvfs_buf.f_flag, mount_flags); in TEST() 284 EXPECT_EQ(stvfs_buf.f_flag, mount_flags); in TEST()
|
D | system.c | 356 *mnt_flags = stvfs_buf.f_flag; in setup_mount_destination()
|
/external/openssh/ |
D | sftp-client.h | 52 u_int64_t f_flag; member
|
D | PROTOCOL | 416 uint64 f_flag /* bit mask of f_flag values */ 419 The values of the f_flag bitmask are as follows:
|
D | sftp-server.c | 617 flag = (st->f_flag & ST_RDONLY) ? SSH2_FXE_STATVFS_ST_RDONLY : 0; in send_statvfs() 618 flag |= (st->f_flag & ST_NOSUID) ? SSH2_FXE_STATVFS_ST_NOSUID : 0; in send_statvfs()
|
D | sftp-client.c | 374 st->f_flag = (flag & SSH2_FXE_STATVFS_ST_RDONLY) ? ST_RDONLY : 0; in get_decode_statvfs() 375 st->f_flag |= (flag & SSH2_FXE_STATVFS_ST_NOSUID) ? ST_NOSUID : 0; in get_decode_statvfs()
|
/external/selinux/libselinux/src/ |
D | init.c | 45 if (!(vfsbuf.f_flag & ST_RDONLY)) { in verify_selinuxmnt()
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate04.c | 232 if ((fs.f_flag & MS_MANDLOCK)) in setup()
|
/external/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 256 if (f_flag) in remove_journal_device() 1151 f_flag < 2) { in update_feature_set() 1848 f_flag++; in parse_tune2fs_options() 2935 if ((open_flag & EXT2_FLAG_RW) == 0 || f_flag) in main() 3196 if (clear_mmp && !f_flag) { in main()
|
D | fuse2fs.c | 2386 buf->f_flag = 0; in op_statfs() 2388 buf->f_flag |= ST_RDONLY; in op_statfs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 86 #define STATVFS_F_FLAG(vfs) (vfs).f_flag
|
/external/curl/lib/ |
D | ssh-libssh.c | 1032 statvfs->f_fsid, statvfs->f_flag, in myssh_statemach_act()
|
D | ssh.c | 1597 statvfs.f_fsid, statvfs.f_flag, in ssh_statemach_act()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 7493 PyStructSequence_SET_ITEM(v, 8, PyInt_FromLong((long) st.f_flag)); in _pystatvfs_fromstructstatvfs() 7510 PyStructSequence_SET_ITEM(v, 8, PyInt_FromLong((long) st.f_flag)); in _pystatvfs_fromstructstatvfs()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 9558 PyStructSequence_SET_ITEM(v, 8, PyLong_FromLong((long) st.f_flag)); in _pystatvfs_fromstructstatvfs() 9575 PyStructSequence_SET_ITEM(v, 8, PyLong_FromLong((long) st.f_flag)); in _pystatvfs_fromstructstatvfs()
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 2570 :attr:`f_flag`, :attr:`f_namemax`, :attr:`f_fsid`. 2572 Two module-level constants are defined for the :attr:`f_flag` attribute's
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 1490 :attr:`f_flag`, :attr:`f_namemax`.
|