Home
last modified time | relevance | path

Searched refs:dax_mode (Results 1 – 3 of 3) sorted by relevance

/linux/fs/fuse/
H A Dinode.c932 if (fc->dax_mode == FUSE_DAX_ALWAYS) in fuse_show_options()
934 else if (fc->dax_mode == FUSE_DAX_NEVER) in fuse_show_options()
936 else if (fc->dax_mode == FUSE_DAX_INODE_USER) in fuse_show_options()
1513 if (fuse_is_inode_dax_mode(fm->fc->dax_mode)) in fuse_new_init()
1854 err = fuse_dax_conn_alloc(fc, ctx->dax_mode, ctx->dax_dev); in fuse_fill_super_common()
H A Dvirtio_fs.c134 ctx->dax_mode = FUSE_DAX_ALWAYS; in virtio_fs_parse_param()
137 ctx->dax_mode = result.uint_32; in virtio_fs_parse_param()
1574 if (ctx->dax_mode != FUSE_DAX_NEVER) { in virtio_fs_fill_super()
1575 if (ctx->dax_mode == FUSE_DAX_ALWAYS && !fs->dax_dev) { in virtio_fs_fill_super()
H A Dfuse_i.h618 enum fuse_dax_mode dax_mode; member
968 enum fuse_dax_mode dax_mode; member