Searched refs:dax_mode (Results 1 – 4 of 4) sorted by relevance
1282 int fuse_dax_conn_alloc(struct fuse_conn *fc, enum fuse_dax_mode dax_mode, in fuse_dax_conn_alloc() argument1288 fc->dax_mode = dax_mode; in fuse_dax_conn_alloc()1335 enum fuse_dax_mode dax_mode = fc->dax_mode; in fuse_should_enable_dax() local1337 if (dax_mode == FUSE_DAX_NEVER) in fuse_should_enable_dax()1347 if (dax_mode == FUSE_DAX_ALWAYS) in fuse_should_enable_dax()1367 if (fuse_is_inode_dax_mode(fc->dax_mode) && in fuse_dax_dontcache()
513 enum fuse_dax_mode dax_mode; member828 enum fuse_dax_mode dax_mode; member
123 ctx->dax_mode = FUSE_DAX_ALWAYS; in virtio_fs_parse_param()126 ctx->dax_mode = result.uint_32; in virtio_fs_parse_param()1327 if (ctx->dax_mode != FUSE_DAX_NEVER) { in virtio_fs_fill_super()1328 if (ctx->dax_mode == FUSE_DAX_ALWAYS && !fs->dax_dev) { in virtio_fs_fill_super()
784 if (fc->dax_mode == FUSE_DAX_ALWAYS) in fuse_show_options()786 else if (fc->dax_mode == FUSE_DAX_NEVER) in fuse_show_options()788 else if (fc->dax_mode == FUSE_DAX_INODE_USER) in fuse_show_options()1253 if (fuse_is_inode_dax_mode(fm->fc->dax_mode)) in fuse_send_init()1549 err = fuse_dax_conn_alloc(fc, ctx->dax_mode, ctx->dax_dev); in fuse_fill_super_common()