| /fs/qnx6/ |
| D | qnx6.h | 68 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) argument 69 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) argument 70 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ argument
|
| /fs/ufs/ |
| D | ufs.h | 72 #define ufs_clear_opt(o,opt) o &= ~UFS_MOUNT_##opt argument 73 #define ufs_set_opt(o,opt) o |= UFS_MOUNT_##opt argument 74 #define ufs_test_opt(o,opt) ((o) & UFS_MOUNT_##opt) argument
|
| /fs/nilfs2/ |
| D | the_nilfs.h | 223 #define nilfs_clear_opt(nilfs, opt) \ argument 225 #define nilfs_set_opt(nilfs, opt) \ argument 227 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt) argument 228 #define nilfs_write_opt(nilfs, mask, opt) \ argument
|
| /fs/ceph/ |
| D | super.c | 534 struct ceph_options *opt) in create_fs_client() 905 struct ceph_options *opt = new->client->options; in ceph_compare_super() local 961 struct ceph_options *opt = NULL; in ceph_mount() local
|
| D | debugfs.c | 164 struct ceph_options *opt = fsc->client->options; in mds_sessions_show() local
|
| D | super.h | 42 #define ceph_set_mount_opt(fsc, opt) \ argument 44 #define ceph_test_mount_opt(fsc, opt) \ argument
|
| D | mds_client.c | 851 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg() local 1641 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer() local
|
| /fs/affs/ |
| D | affs.h | 122 #define affs_clear_opt(o, opt) (o &= ~AFFS_MOUNT_##opt) argument 123 #define affs_set_opt(o, opt) (o |= AFFS_MOUNT_##opt) argument 124 #define affs_test_opt(o, opt) ((o) & AFFS_MOUNT_##opt) argument
|
| /fs/btrfs/ |
| D | ctree.h | 1324 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) argument 1325 #define btrfs_set_opt(o, opt) ((o) |= BTRFS_MOUNT_##opt) argument 1326 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) argument 1327 #define btrfs_test_opt(fs_info, opt) ((fs_info)->mount_opt & \ argument 1330 #define btrfs_set_and_info(fs_info, opt, fmt, args...) \ argument 1337 #define btrfs_clear_and_info(fs_info, opt, fmt, args...) \ argument 1368 #define btrfs_test_pending(info, opt) \ argument 1370 #define btrfs_set_pending(info, opt) \ argument 1372 #define btrfs_clear_pending(info, opt) \ argument 1381 #define btrfs_set_pending_and_info(info, opt, fmt, args...) \ argument [all …]
|
| /fs/ntfs/ |
| D | super.c | 101 static bool parse_options(ntfs_volume *vol, char *opt) in parse_options() 466 static int ntfs_remount(struct super_block *sb, int *flags, char *opt) in ntfs_remount() 2714 static int ntfs_fill_super(struct super_block *sb, void *opt, const int silent) in ntfs_fill_super()
|
| D | layout.h | 1142 } __attribute__ ((__packed__)) opt; member 1166 } __attribute__ ((__packed__)) opt; member
|
| /fs/sdcardfs/ |
| D | super.c | 156 …struct sdcardfs_vfsmount_options *opt = kmalloc(sizeof(struct sdcardfs_vfsmount_options), GFP_KERN… in sdcardfs_clone_mnt_data() local
|
| /fs/jffs2/ |
| D | super.c | 182 unsigned int opt; in jffs2_parse_options() local
|
| /fs/reiserfs/ |
| D | super.c | 965 const opt_desc_t *opt; in reiserfs_getopt() local 2365 int opt = type == USRQUOTA ? REISERFS_USRQUOTA : REISERFS_GRPQUOTA; in reiserfs_quota_on() local
|
| /fs/ext2/ |
| D | ext2.h | 398 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt argument 399 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt argument 400 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ argument
|
| /fs/ext4/ |
| D | ext4.h | 1160 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \ argument 1162 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \ argument 1164 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ argument 1167 #define clear_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 &= \ argument 1169 #define set_opt2(sb, opt) EXT4_SB(sb)->s_mount_opt2 |= \ argument 1171 #define test_opt2(sb, opt) (EXT4_SB(sb)->s_mount_opt2 & \ argument
|
| D | super.c | 1583 static int handle_mount_opt(struct super_block *sb, char *opt, int token, in handle_mount_opt()
|
| /fs/isofs/ |
| D | inode.c | 576 struct iso9660_options opt; in isofs_fill_super() local
|
| /fs/fuse/ |
| D | inode.c | 486 static int parse_fuse_opt(char *opt, struct fuse_mount_data *d, int is_bdev) in parse_fuse_opt()
|
| /fs/fat/ |
| D | dir.c | 235 wchar_t *uni_buf, unsigned short opt, int lower) in fat_shortname2uni()
|
| /fs/overlayfs/ |
| D | super.c | 737 static int ovl_parse_opt(char *opt, struct ovl_config *config) in ovl_parse_opt()
|
| /fs/f2fs/ |
| D | f2fs.h | 118 unsigned int opt; member
|