Home
last modified time | relevance | path

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

/Linux-v6.6/fs/fuse/
Ddax.c1280 int fuse_dax_conn_alloc(struct fuse_conn *fc, enum fuse_dax_mode dax_mode, in fuse_dax_conn_alloc() argument
1286 fc->dax_mode = dax_mode; in fuse_dax_conn_alloc()
1333 enum fuse_dax_mode dax_mode = fc->dax_mode; in fuse_should_enable_dax() local
1335 if (dax_mode == FUSE_DAX_NEVER) in fuse_should_enable_dax()
1345 if (dax_mode == FUSE_DAX_ALWAYS) in fuse_should_enable_dax()
1365 if (fuse_is_inode_dax_mode(fc->dax_mode) && in fuse_dax_dontcache()
Dvirtio_fs.c123 ctx->dax_mode = FUSE_DAX_ALWAYS; in virtio_fs_parse_param()
126 ctx->dax_mode = result.uint_32; in virtio_fs_parse_param()
1328 if (ctx->dax_mode != FUSE_DAX_NEVER) { in virtio_fs_fill_super()
1329 if (ctx->dax_mode == FUSE_DAX_ALWAYS && !fs->dax_dev) { in virtio_fs_fill_super()
Dfuse_i.h520 enum fuse_dax_mode dax_mode; member
844 enum fuse_dax_mode dax_mode; member
Dinode.c811 if (fc->dax_mode == FUSE_DAX_ALWAYS) in fuse_show_options()
813 else if (fc->dax_mode == FUSE_DAX_NEVER) in fuse_show_options()
815 else if (fc->dax_mode == FUSE_DAX_INODE_USER) in fuse_show_options()
1287 if (fuse_is_inode_dax_mode(fm->fc->dax_mode)) in fuse_send_init()
1578 err = fuse_dax_conn_alloc(fc, ctx->dax_mode, ctx->dax_dev); in fuse_fill_super_common()