Searched refs:Opt_dax (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_super.c | 73 Opt_discard, Opt_nodiscard, Opt_dax, Opt_err, enumerator 120 {Opt_dax, "dax"}, /* Enable direct access to bdev pages */ 352 case Opt_dax: in xfs_parseargs()
|
/linux-4.19.296/fs/ext2/ |
D | super.c | 446 Opt_acl, Opt_noacl, Opt_xip, Opt_dax, Opt_ignore, Opt_err, Opt_quota, enumerator 475 {Opt_dax, "dax"}, 609 case Opt_dax: in parse_options()
|
/linux-4.19.296/fs/ext4/ |
D | super.c | 1455 Opt_usrquota, Opt_grpquota, Opt_prjquota, Opt_i_version, Opt_dax, enumerator 1521 {Opt_dax, "dax"}, 1718 {Opt_dax, EXT4_MOUNT_DAX, MOPT_SET}, 1990 } else if (token == Opt_dax) { in handle_mount_opt()
|