Searched refs:mount_flags (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/fs/affs/ |
D | super.c | 290 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/ |
D | xattr.h | 14 int reiserfs_xattr_init(struct super_block *sb, int mount_flags);
|
D | super.c | 1263 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()
|
D | xattr.c | 978 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/ |
D | super.c | 1259 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()
|