Searched refs:mount_flags (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 183 int mount_flags, int remount_flags, int invalid_flags) in test_unpriv_remount() argument 216 if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) { in test_unpriv_remount() 246 static bool test_unpriv_remount_simple(int mount_flags) in test_unpriv_remount_simple() argument 248 return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags, 0); in test_unpriv_remount_simple() 251 static bool test_unpriv_remount_atime(int mount_flags, int invalid_flags) in test_unpriv_remount_atime() argument 253 return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags, in test_unpriv_remount_atime()
|
/linux/fs/affs/ |
H A D | super.c | 346 unsigned long mount_flags; in affs_fill_super() local 374 sbi->s_volume, &mount_flags)) { in affs_fill_super() 380 sbi->s_flags = mount_flags; in affs_fill_super() 509 if (affs_test_opt(mount_flags, SF_VERBOSE)) { in affs_fill_super() 561 unsigned long mount_flags; in affs_remount() local 574 &mount_flags)) { in affs_remount() 581 sbi->s_flags = mount_flags; in affs_remount()
|
/linux/tools/perf/trace/beauty/ |
H A D | mount_flags.c | 17 static DEFINE_STRARRAY(mount_flags, "MS_"); in mount__scnprintf_flags()
|
H A D | Build | 11 perf-y += mount_flags.o
|
/linux/fs/reiserfs/ |
H A D | xattr.h | 15 int reiserfs_xattr_init(struct super_block *sb, int mount_flags);
|
H A D | super.c | 1428 static int reiserfs_remount(struct super_block *s, int *mount_flags, char *arg) in reiserfs_remount() argument 1511 if (*mount_flags & SB_RDONLY) { in reiserfs_remount() 1513 reiserfs_xattr_init(s, *mount_flags); in reiserfs_remount() 1543 reiserfs_xattr_init(s, *mount_flags); in reiserfs_remount() 1580 if (!(*mount_flags & SB_RDONLY)) { in reiserfs_remount() 1585 reiserfs_xattr_init(s, *mount_flags); in reiserfs_remount()
|
H A D | xattr.c | 996 int reiserfs_xattr_init(struct super_block *s, int mount_flags) in reiserfs_xattr_init() argument 1005 if (d_really_is_negative(privroot) && !(mount_flags & SB_RDONLY)) { in reiserfs_xattr_init()
|
/linux/fs/ufs/ |
H A D | super.c | 1308 static int ufs_remount (struct super_block *sb, int *mount_flags, char *data) in ufs_remount() argument 1342 if ((bool)(*mount_flags & SB_RDONLY) == sb_rdonly(sb)) { in ufs_remount() 1351 if (*mount_flags & SB_RDONLY) { in ufs_remount()
|
/linux/tools/perf/ |
H A D | Makefile.perf | 652 mount_flags_tbl := $(srctree)/tools/perf/trace/beauty/mount_flags.sh
|