Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 29) 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.h215 #define nilfs_clear_opt(nilfs, opt) \ argument
217 #define nilfs_set_opt(nilfs, opt) \ argument
219 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt) argument
220 #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/ceph/
Dsuper.c658 struct ceph_options *opt) in create_fs_client()
1032 struct ceph_options *opt = new->client->options; in ceph_compare_super() local
1085 struct ceph_options *opt = NULL; in ceph_mount() local
Ddebugfs.c177 struct ceph_options *opt = fsc->client->options; in mds_sessions_show() local
Dsuper.h51 #define ceph_set_mount_opt(fsc, opt) \ argument
53 #define ceph_test_mount_opt(fsc, opt) \ argument
Dmds_client.c1080 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg() local
2035 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer() local
/fs/btrfs/
Dctree.h1195 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) argument
1196 #define btrfs_set_opt(o, opt) ((o) |= BTRFS_MOUNT_##opt) argument
1197 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) argument
1198 #define btrfs_test_opt(fs_info, opt) ((fs_info)->mount_opt & \ argument
1201 #define btrfs_set_and_info(fs_info, opt, fmt, args...) \ argument
1208 #define btrfs_clear_and_info(fs_info, opt, fmt, args...) \ argument
1227 #define btrfs_test_pending(info, opt) \ argument
1229 #define btrfs_set_pending(info, opt) \ argument
1231 #define btrfs_clear_pending(info, opt) \ argument
1240 #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()
Dlayout.h1128 } __attribute__ ((__packed__)) opt; member
1152 } __attribute__ ((__packed__)) opt; member
/fs/sdcardfs/
Dsuper.c110 …struct sdcardfs_vfsmount_options *opt = kmalloc(sizeof(struct sdcardfs_vfsmount_options), GFP_KERN… in sdcardfs_clone_mnt_data() local
Dmain.c72 int opt; in sdcardfs_parse_param() local
/fs/ramfs/
Dinode.c198 int opt; in ramfs_parse_param() local
/fs/proc/
Droot.c59 int opt; in proc_parse_param() local
/fs/jffs2/
Dsuper.c197 int opt; in jffs2_parse_param() local
/fs/afs/
Dsuper.c324 int opt; in afs_parse_param() local
/fs/reiserfs/
Dsuper.c989 const opt_desc_t *opt; in reiserfs_getopt() local
2390 int opt = type == USRQUOTA ? REISERFS_USRQUOTA : REISERFS_GRPQUOTA; in reiserfs_quota_on() local
/fs/ext2/
Dext2.h396 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt argument
397 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt argument
398 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ argument
/fs/ext4/
Dext4.h1174 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ argument
1176 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ argument
1178 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ argument
1181 #define clear_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 &= \ argument
1183 #define set_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 |= \ argument
1185 #define test_opt2(sb, opt) (EXT4_SB(sb)->s_mount_opt2 & \ argument
/fs/isofs/
Dinode.c629 struct iso9660_options opt; in isofs_fill_super() local
/fs/fuse/
Dinode.c474 int opt; in fuse_parse_param() local
/fs/hugetlbfs/
Dinode.c1152 int opt; in hugetlbfs_parse_param() local
/fs/fat/
Ddir.c235 wchar_t *uni_buf, unsigned short opt, int lower) in fat_shortname2uni()
/fs/overlayfs/
Dsuper.c485 static int ovl_parse_opt(char *opt, struct ovl_config *config) in ovl_parse_opt()

12