Searched refs:mount_options (Results 1 - 16 of 16) sorted by relevance

/linux-master/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtest_ownership.tc9 mount_options=`mount | grep "$mount_point" | sed -e 's/.*(\(.*\)).*/\1/'`
16 new_options=`echo "$mount_options" | sed -e "s/gid=[0-9]*/gid=$other_group/"`
18 if [ "$new_options" = "$mount_options" ]; then
19 new_options="$mount_options,gid=$other_group"
20 mount_options="$mount_options,gid=$original_group"
90 mount -o remount,"$mount_options" .
/linux-master/fs/ufs/
H A Dsuper.c383 static int ufs_parse_options (char * options, unsigned * mount_options) argument
401 ufs_clear_opt (*mount_options, UFSTYPE);
402 ufs_set_opt (*mount_options, UFSTYPE_OLD);
405 ufs_clear_opt (*mount_options, UFSTYPE);
406 ufs_set_opt (*mount_options, UFSTYPE_SUNx86);
409 ufs_clear_opt (*mount_options, UFSTYPE);
410 ufs_set_opt (*mount_options, UFSTYPE_SUN);
413 ufs_clear_opt(*mount_options, UFSTYPE);
414 ufs_set_opt(*mount_options, UFSTYPE_SUNOS);
417 ufs_clear_opt (*mount_options, UFSTYP
[all...]
/linux-master/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c182 bool test_unpriv_remount(const char *fstype, const char *mount_options, argument
216 if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) {
219 mount_options? mount_options : "",
/linux-master/fs/ceph/
H A Dsuper.c652 struct ceph_mount_options *fsopt2 = fsc->mount_options;
691 struct ceph_mount_options *fsopt = fsc->mount_options;
836 fsc->mount_options = fsopt;
897 destroy_mount_options(fsc->mount_options);
1152 const char *path = fsc->mount_options->server_path ?
1153 fsc->mount_options->server_path + 1 : "";
1160 if (fsc->mount_options->flags & CEPH_MOUNT_OPT_FSCACHE) {
1167 fsc->mount_options);
1233 struct ceph_mount_options *fsopt = new->mount_options;
1282 sb->s_bdi->ra_pages = fsc->mount_options
[all...]
H A Dcache.c89 const char *fscache_uniq = fsc->mount_options->fscache_uniq;
H A Ddebugfs.c383 fsc->mount_options->congestion_kb = (int)val;
391 *val = (u64)fsc->mount_options->congestion_kb;
H A Dsuper.h55 (fsc)->mount_options->flags |= CEPH_MOUNT_OPT_##opt
57 (fsc)->mount_options->flags &= ~CEPH_MOUNT_OPT_##opt
59 (!!((fsc)->mount_options->flags & CEPH_MOUNT_OPT_##opt))
125 struct ceph_mount_options *mount_options; member in struct:ceph_fs_client
H A Daddr.c219 subreq->len = min(xlen, fsc->mount_options->rsize);
701 CONGESTION_ON_THRESH(fsc->mount_options->congestion_kb))
784 CONGESTION_OFF_THRESH(fsc->mount_options->congestion_kb))
885 fsc->mount_options->congestion_kb))
959 if (fsc->mount_options->wsize < wsize)
960 wsize = fsc->mount_options->wsize;
1150 fsc->mount_options->congestion_kb))
H A Dexport.c455 strcpy(name, fsc->mount_options->snapdir_name);
H A Ddir.c732 strcmp(dentry->d_name.name, fsc->mount_options->snapdir_name) == 0) {
834 fsc->mount_options->snapdir_name,
1754 lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ;
H A Dfile.c205 ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options;
1476 size = min_t(u64, size, fsc->mount_options->wsize);
1478 size = min_t(u64, size, fsc->mount_options->rsize);
H A Dmds_client.c1546 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options;
2540 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options;
3434 if (!(mdsc->fsc->mount_options->flags &
5425 ceph_adjust_caps_max_min(mdsc, fsc->mount_options);
5773 const char *mds_namespace = fsc->mount_options->mds_namespace;
H A Dcaps.c500 struct ceph_mount_options *opt = mdsc->fsc->mount_options;
1026 ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options;
4607 struct ceph_mount_options *opt = mdsc->fsc->mount_options;
H A Dinode.c1657 fsc->mount_options->snapdir_name,
/linux-master/fs/reiserfs/
H A Dsuper.c876 * bitmask which is to set on mount_options bitmask
881 * bitmask which is to clear on mount_options bitmask
905 * bitmask which is to set on mount_options bitmask
911 * bitmask which is to clear on mount_options bitmask
1120 unsigned long *mount_options,
1188 c = reiserfs_getopt(s, &pos, opts, &arg, mount_options);
1287 *mount_options |= 1 << REISERFS_USRQUOTA;
1289 *mount_options |= 1 << REISERFS_GRPQUOTA;
1292 *mount_options &= ~(1 << REISERFS_USRQUOTA);
1294 *mount_options
1110 reiserfs_parse_options(struct super_block *s, char *options, unsigned long *mount_options, unsigned long *blocks, char **jdev_name, unsigned int *commit_max_age, char **qf_names, unsigned int *qfmt) argument
1354 handle_data_mode(struct super_block *s, unsigned long mount_options) argument
1433 unsigned long mount_options = REISERFS_SB(s)->s_mount_opt; local
[all...]
/linux-master/fs/ocfs2/
H A Dsuper.c73 struct mount_options struct
86 struct mount_options *mopt,
89 struct mount_options *options);
607 struct mount_options parsed_options;
849 struct mount_options *mopt)
973 struct mount_options parsed_options;
1200 struct mount_options *options)
1235 struct mount_options *mopt,

Completed in 413 milliseconds