Home
last modified time | relevance | path

Searched refs:Opt_dax (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/erofs/
H A Dsuper.c358 Opt_user_xattr, Opt_acl, Opt_cache_strategy, Opt_dax, Opt_dax_enum, enumerator
380 fsparam_flag("dax", Opt_dax),
453 case Opt_dax: in erofs_fc_parse_param()
/linux-6.15/fs/ext2/
H A Dsuper.c434 Opt_nobh, Opt_user_xattr, Opt_acl, Opt_xip, Opt_dax, Opt_ignore, enumerator
464 fsparam_flag ("dax", Opt_dax),
601 case Opt_dax: in ext2_parse_param()
/linux-6.15/fs/xfs/
H A Dxfs_super.c113 Opt_discard, Opt_nodiscard, Opt_dax, Opt_dax_enum, Opt_max_open_zones, enumerator
157 fsparam_flag("dax", Opt_dax),
1488 case Opt_dax: in xfs_fs_parse_param()
/linux-6.15/fs/ext4/
H A Dsuper.c1657 Opt_dax, Opt_dax_always, Opt_dax_inode, Opt_dax_never, enumerator
1760 fsparam_flag ("dax", Opt_dax),
2320 case Opt_dax: in ext4_parse_param()
2324 int type = (token == Opt_dax) ? in ext4_parse_param()
2325 Opt_dax : result.uint_32; in ext4_parse_param()
2328 case Opt_dax: in ext4_parse_param()