Searched refs:dax_mode (Results 1 – 4 of 4) sorted by relevance
1248 int fuse_dax_conn_alloc(struct fuse_conn *fc, enum fuse_dax_mode dax_mode, in fuse_dax_conn_alloc() argument1254 fc->dax_mode = dax_mode; in fuse_dax_conn_alloc()1300 enum fuse_dax_mode dax_mode = fc->dax_mode; in fuse_should_enable_dax() local1302 if (dax_mode == FUSE_DAX_NEVER) in fuse_should_enable_dax()1312 if (dax_mode == FUSE_DAX_ALWAYS) in fuse_should_enable_dax()1332 if (fuse_is_inode_dax_mode(fc->dax_mode) && in fuse_dax_dontcache()
134 ctx->dax_mode = FUSE_DAX_ALWAYS; in virtio_fs_parse_param()137 ctx->dax_mode = result.uint_32; in virtio_fs_parse_param()1577 if (ctx->dax_mode != FUSE_DAX_NEVER) { in virtio_fs_fill_super()1578 if (ctx->dax_mode == FUSE_DAX_ALWAYS && !fs->dax_dev) { in virtio_fs_fill_super()
918 if (fc->dax_mode == FUSE_DAX_ALWAYS) in fuse_show_options()920 else if (fc->dax_mode == FUSE_DAX_NEVER) in fuse_show_options()922 else if (fc->dax_mode == FUSE_DAX_INODE_USER) in fuse_show_options()1495 if (fuse_is_inode_dax_mode(fm->fc->dax_mode)) in fuse_send_init()1817 err = fuse_dax_conn_alloc(fc, ctx->dax_mode, ctx->dax_dev); in fuse_fill_super_common()
603 enum fuse_dax_mode dax_mode; member948 enum fuse_dax_mode dax_mode; member