Searched refs:Opt_dax (Results 1 – 3 of 3) sorted by relevance
/fs/ext2/ |
D | super.c | 436 Opt_acl, Opt_noacl, Opt_xip, Opt_dax, Opt_ignore, Opt_err, Opt_quota, enumerator 465 {Opt_dax, "dax"}, 599 case Opt_dax: in parse_options()
|
/fs/xfs/ |
D | xfs_super.c | 62 Opt_discard, Opt_nodiscard, Opt_dax, Opt_err, enumerator 108 {Opt_dax, "dax"}, /* Enable direct access to bdev pages */ 337 case Opt_dax: in xfs_parseargs()
|
/fs/ext4/ |
D | super.c | 1493 Opt_usrquota, Opt_grpquota, Opt_prjquota, Opt_i_version, Opt_dax, enumerator 1559 {Opt_dax, "dax"}, 1758 {Opt_dax, EXT4_MOUNT_DAX, MOPT_SET}, 2108 } else if (token == Opt_dax) { in handle_mount_opt()
|