Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Ddax.c1281 int fuse_dax_conn_alloc(struct fuse_conn *fc, enum fuse_dax_mode dax_mode, in fuse_dax_conn_alloc() argument
1287 fc->dax_mode = dax_mode; in fuse_dax_conn_alloc()
1334 enum fuse_dax_mode dax_mode = fc->dax_mode; in fuse_should_enable_dax() local
1336 if (dax_mode == FUSE_DAX_NEVER) in fuse_should_enable_dax()
1346 if (dax_mode == FUSE_DAX_ALWAYS) in fuse_should_enable_dax()
1366 if (fuse_is_inode_dax_mode(fc->dax_mode) && in fuse_dax_dontcache()
H A Dinode.c882 if (fc->dax_mode == FUSE_DAX_ALWAYS) in fuse_show_options()
884 else if (fc->dax_mode == FUSE_DAX_NEVER) in fuse_show_options()
886 else if (fc->dax_mode == FUSE_DAX_INODE_USER) in fuse_show_options()
1408 if (fuse_is_inode_dax_mode(fm->fc->dax_mode)) in fuse_send_init()
1722 err = fuse_dax_conn_alloc(fc, ctx->dax_mode, ctx->dax_dev); in fuse_fill_super_common()
H A Dvirtio_fs.c133 ctx->dax_mode = FUSE_DAX_ALWAYS; in virtio_fs_parse_param()
136 ctx->dax_mode = result.uint_32; in virtio_fs_parse_param()
1571 if (ctx->dax_mode != FUSE_DAX_NEVER) { in virtio_fs_fill_super()
1572 if (ctx->dax_mode == FUSE_DAX_ALWAYS && !fs->dax_dev) { in virtio_fs_fill_super()
H A Dfuse_i.h571 enum fuse_dax_mode dax_mode; member
901 enum fuse_dax_mode dax_mode; member