Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 34) sorted by relevance

12

/fs/qnx6/
Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) argument
70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) argument
71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ argument
/fs/ufs/
Dufs.h73 #define ufs_clear_opt(o,opt) o &= ~UFS_MOUNT_##opt argument
74 #define ufs_set_opt(o,opt) o |= UFS_MOUNT_##opt argument
75 #define ufs_test_opt(o,opt) ((o) & UFS_MOUNT_##opt) argument
/fs/nilfs2/
Dthe_nilfs.h217 #define nilfs_clear_opt(nilfs, opt) \ argument
219 #define nilfs_set_opt(nilfs, opt) \ argument
221 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt) argument
222 #define nilfs_write_opt(nilfs, mask, opt) \ argument
/fs/affs/
Daffs.h123 #define affs_clear_opt(o, opt) (o &= ~AFFS_MOUNT_##opt) argument
124 #define affs_set_opt(o, opt) (o |= AFFS_MOUNT_##opt) argument
125 #define affs_test_opt(o, opt) ((o) & AFFS_MOUNT_##opt) argument
/fs/btrfs/
Dctree.h1311 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) argument
1312 #define btrfs_set_opt(o, opt) ((o) |= BTRFS_MOUNT_##opt) argument
1313 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) argument
1314 #define btrfs_test_opt(fs_info, opt) ((fs_info)->mount_opt & \ argument
1317 #define btrfs_set_and_info(fs_info, opt, fmt, args...) \ argument
1324 #define btrfs_clear_and_info(fs_info, opt, fmt, args...) \ argument
1343 #define btrfs_test_pending(info, opt) \ argument
1345 #define btrfs_set_pending(info, opt) \ argument
1347 #define btrfs_clear_pending(info, opt) \ argument
1356 #define btrfs_set_pending_and_info(info, opt, fmt, args...) \ argument
[all …]
/fs/ntfs/
Dsuper.c87 static bool parse_options(ntfs_volume *vol, char *opt) in parse_options()
452 static int ntfs_remount(struct super_block *sb, int *flags, char *opt) in ntfs_remount()
2697 static int ntfs_fill_super(struct super_block *sb, void *opt, const int silent) in ntfs_fill_super()
/fs/ramfs/
Dinode.c193 int opt; in ramfs_parse_param() local
/fs/ceph/
Dsuper.c637 struct ceph_options *opt) in create_fs_client()
1000 struct ceph_options *opt = new->client->options; in ceph_compare_super() local
Ddebugfs.c276 struct ceph_options *opt = fsc->client->options; in mds_sessions_show() local
Dsuper.h52 #define ceph_set_mount_opt(fsc, opt) \ argument
54 #define ceph_clear_mount_opt(fsc, opt) \ argument
56 #define ceph_test_mount_opt(fsc, opt) \ argument
Dcaps.c492 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in __cap_set_timeouts() local
1016 struct ceph_mount_options *opt = in __ceph_caps_file_wanted() local
4342 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in ceph_check_delayed_caps() local
/fs/proc/
Droot.c119 int opt; in proc_parse_param() local
/fs/vboxsf/
Dsuper.c60 int opt; in vboxsf_parse_param() local
/fs/jffs2/
Dsuper.c191 int opt; in jffs2_parse_param() local
/fs/afs/
Dsuper.c322 int opt; in afs_parse_param() local
/fs/exfat/
Dsuper.c262 int opt; in exfat_parse_param() local
/fs/reiserfs/
Dsuper.c990 const opt_desc_t *opt; in reiserfs_getopt() local
2394 int opt = type == USRQUOTA ? REISERFS_USRQUOTA : REISERFS_GRPQUOTA; in reiserfs_quota_on() local
/fs/erofs/
Dsuper.c382 int opt; in erofs_fc_parse_param() local
/fs/ext2/
Dext2.h384 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt argument
385 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt argument
386 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ argument
/fs/nfs/
Dfs_context.c443 int ret, opt; in nfs_fs_context_parse_param() local
/fs/xfs/
Dxfs_super.c1191 int opt; in xfs_fc_parse_param() local
/fs/isofs/
Dinode.c625 struct iso9660_options opt; in isofs_fill_super() local
/fs/ext4/
Dext4.h1244 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ argument
1246 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ argument
1248 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ argument
1251 #define clear_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 &= \ argument
1253 #define set_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 |= \ argument
1255 #define test_opt2(sb, opt) (EXT4_SB(sb)->s_mount_opt2 & \ argument
/fs/fat/
Ddir.c235 wchar_t *uni_buf, unsigned short opt, int lower) in fat_shortname2uni()
/fs/fuse/
Dinode.c540 int opt; in fuse_parse_param() local

12