Home
last modified time | relevance | path

Searched refs:mount_flags (Results 1 – 5 of 5) sorted by relevance

/fs/affs/
Dsuper.c347 unsigned long mount_flags; in affs_fill_super() local
375 sbi->s_volume, &mount_flags)) { in affs_fill_super()
381 sbi->s_flags = mount_flags; in affs_fill_super()
510 if (affs_test_opt(mount_flags, SF_VERBOSE)) { in affs_fill_super()
562 unsigned long mount_flags; in affs_remount() local
575 &mount_flags)) { in affs_remount()
582 sbi->s_flags = mount_flags; in affs_remount()
/fs/reiserfs/
Dxattr.h15 int reiserfs_xattr_init(struct super_block *sb, int mount_flags);
Dsuper.c1429 static int reiserfs_remount(struct super_block *s, int *mount_flags, char *arg) in reiserfs_remount() argument
1512 if (*mount_flags & SB_RDONLY) { in reiserfs_remount()
1514 reiserfs_xattr_init(s, *mount_flags); in reiserfs_remount()
1544 reiserfs_xattr_init(s, *mount_flags); in reiserfs_remount()
1581 if (!(*mount_flags & SB_RDONLY)) { in reiserfs_remount()
1586 reiserfs_xattr_init(s, *mount_flags); in reiserfs_remount()
Dxattr.c994 int reiserfs_xattr_init(struct super_block *s, int mount_flags) in reiserfs_xattr_init() argument
1003 if (d_really_is_negative(privroot) && !(mount_flags & SB_RDONLY)) { in reiserfs_xattr_init()
/fs/ufs/
Dsuper.c1307 static int ufs_remount (struct super_block *sb, int *mount_flags, char *data) in ufs_remount() argument
1341 if ((bool)(*mount_flags & SB_RDONLY) == sb_rdonly(sb)) { in ufs_remount()
1350 if (*mount_flags & SB_RDONLY) { in ufs_remount()