Home
last modified time | relevance | path

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

/linux-3.4.99/fs/affs/
Dsuper.c290 unsigned long mount_flags; in affs_fill_super() local
313 sbi->s_volume, &mount_flags)) { in affs_fill_super()
321 sbi->s_flags = mount_flags; in affs_fill_super()
448 if (mount_flags & SF_VERBOSE) { in affs_fill_super()
515 unsigned long mount_flags; in affs_remount() local
528 &mount_flags)) { in affs_remount()
536 sbi->s_flags = mount_flags; in affs_remount()
/linux-3.4.99/fs/reiserfs/
Dxattr.h14 int reiserfs_xattr_init(struct super_block *sb, int mount_flags);
Dsuper.c1263 static int reiserfs_remount(struct super_block *s, int *mount_flags, char *arg) in reiserfs_remount() argument
1344 if (*mount_flags & MS_RDONLY) { in reiserfs_remount()
1345 reiserfs_xattr_init(s, *mount_flags); in reiserfs_remount()
1378 reiserfs_xattr_init(s, *mount_flags); in reiserfs_remount()
1413 if (!(*mount_flags & MS_RDONLY)) { in reiserfs_remount()
1422 reiserfs_xattr_init(s, *mount_flags); in reiserfs_remount()
Dxattr.c978 int reiserfs_xattr_init(struct super_block *s, int mount_flags) in reiserfs_xattr_init() argument
987 if (!privroot->d_inode && !(mount_flags & MS_RDONLY)) { in reiserfs_xattr_init()
/linux-3.4.99/fs/ufs/
Dsuper.c1259 static int ufs_remount (struct super_block *sb, int *mount_flags, char *data) in ufs_remount() argument
1295 if ((*mount_flags & MS_RDONLY) == (sb->s_flags & MS_RDONLY)) { in ufs_remount()
1305 if (*mount_flags & MS_RDONLY) { in ufs_remount()