Searched refs:remount (Results 1 – 13 of 13) sorted by relevance
/fs/gfs2/ |
D | mount.c | 80 int gfs2_mount_args(struct gfs2_sbd *sdp, char *data_arg, int remount) in gfs2_mount_args() argument 87 if (!remount) { in gfs2_mount_args() 113 if (remount && strcmp(v, args->ar_lockproto)) { in gfs2_mount_args() 130 if (remount && strcmp(v, args->ar_locktable)) { in gfs2_mount_args() 147 if (remount && strcmp(v, args->ar_hostdata)) { in gfs2_mount_args() 157 if (remount && !args->ar_spectator) in gfs2_mount_args() 163 if (remount && !args->ar_ignore_local_fs) in gfs2_mount_args() 168 if (remount && !args->ar_localflocks) in gfs2_mount_args() 173 if (remount && !args->ar_localcaching) in gfs2_mount_args() 184 if (remount && !args->ar_upgrade) in gfs2_mount_args() [all …]
|
D | mount.h | 15 int gfs2_mount_args(struct gfs2_sbd *sdp, char *data_arg, int remount);
|
/fs/jfs/ |
D | jfs_mount.c | 239 int jfs_mount_rw(struct super_block *sb, int remount) in jfs_mount_rw() argument 249 if (remount) { in jfs_mount_rw()
|
/fs/affs/ |
D | Changes | 222 - Added a remount function, so attempts to remount
|
/fs/ocfs2/ |
D | super.c | 771 char *path, int remount) in ocfs2_quota_on() argument 779 if (remount) in ocfs2_quota_on() 787 static int ocfs2_quota_off(struct super_block *sb, int type, int remount) in ocfs2_quota_off() argument 789 if (remount) in ocfs2_quota_off()
|
/fs/ |
D | dquot.c | 1771 int vfs_quota_off(struct super_block *sb, int type, int remount) in vfs_quota_off() argument 1773 return vfs_quota_disable(sb, type, remount ? DQUOT_SUSPENDED : in vfs_quota_off() 1935 int remount) in vfs_quota_on() argument 1940 if (remount) in vfs_quota_on()
|
/fs/cifs/ |
D | TODO | 112 can do the same trick that NFS does to remount duplicate shares.
|
D | README | 479 remount remount the share (often used to change from ro to rw mounts
|
/fs/udf/ |
D | super.c | 402 bool remount) in udf_parse_options() argument 478 if (!remount) in udf_parse_options() 485 if (!remount) in udf_parse_options()
|
/fs/ext3/ |
D | super.c | 718 char *path, int remount); 2850 char *name, int remount) in ext3_quota_on() argument 2858 if (remount) in ext3_quota_on() 2859 return vfs_quota_on(sb, type, format_id, name, remount); in ext3_quota_on()
|
/fs/ext4/ |
D | super.c | 937 char *path, int remount); 3516 char *name, int remount) in ext4_quota_on() argument 3524 if (remount) in ext4_quota_on() 3525 return vfs_quota_on(sb, type, format_id, name, remount); in ext4_quota_on()
|
/fs/reiserfs/ |
D | super.c | 2063 char *name, int remount) in reiserfs_quota_on() argument 2073 if (remount) in reiserfs_quota_on()
|
/fs/ntfs/ |
D | ChangeLog | 907 - Enforce no atime and no dir atime updates at mount/remount time as 1085 - Modifications to super.c to ensure that both mount and remount 1540 - Disable modification of mft_zone_multiplier on remount. We can always
|