Searched refs:Opt_dax (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | super.c | 389 Opt_dax, enumerator 415 fsparam_flag("dax", Opt_dax), 488 case Opt_dax: in erofs_fc_parse_param()
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | super.c | 436 Opt_acl, Opt_noacl, Opt_xip, Opt_dax, Opt_ignore, Opt_err, Opt_quota, enumerator 463 {Opt_dax, "dax"}, 591 case Opt_dax: in parse_options()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_super.c | 95 Opt_discard, Opt_nodiscard, Opt_dax, Opt_dax_enum, enumerator 138 fsparam_flag("dax", Opt_dax), 1308 case Opt_dax: in xfs_fc_parse_param()
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | super.c | 430 Opt_acl, Opt_noacl, Opt_xip, Opt_dax, Opt_ignore, Opt_err, Opt_quota, enumerator 457 {Opt_dax, "dax"}, 586 case Opt_dax: in parse_options()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_super.c | 104 Opt_discard, Opt_nodiscard, Opt_dax, Opt_dax_enum, enumerator 147 fsparam_flag("dax", Opt_dax), 1373 case Opt_dax: in xfs_fs_parse_param()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 1670 Opt_dax, Opt_dax_always, Opt_dax_inode, Opt_dax_never, enumerator 1777 fsparam_flag ("dax", Opt_dax), 2352 case Opt_dax: in ext4_parse_param() 2356 int type = (token == Opt_dax) ? in ext4_parse_param() 2357 Opt_dax : result.uint_32; in ext4_parse_param() 2360 case Opt_dax: in ext4_parse_param()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 1677 Opt_dax, Opt_dax_always, Opt_dax_inode, Opt_dax_never, enumerator 1747 {Opt_dax, "dax"}, 1957 {Opt_dax, EXT4_MOUNT_DAX_ALWAYS, MOPT_SET | MOPT_SKIP}, 2335 } else if (token == Opt_dax || token == Opt_dax_always || in handle_mount_opt() 2339 case Opt_dax: in handle_mount_opt()
|
Completed in 25 milliseconds