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

/linux-master/fs/fuse/
H A Ddax.c1281 int fuse_dax_conn_alloc(struct fuse_conn *fc, enum fuse_dax_mode dax_mode, argument
1287 fc->dax_mode = dax_mode;
1334 enum fuse_dax_mode dax_mode = fc->dax_mode; local
1336 if (dax_mode == FUSE_DAX_NEVER)
1346 if (dax_mode == FUSE_DAX_ALWAYS)
1349 /* dax_mode is FUSE_DAX_INODE* */
1366 if (fuse_is_inode_dax_mode(fc->dax_mode) &&
H A Dinode.c870 if (fc->dax_mode == FUSE_DAX_ALWAYS)
872 else if (fc->dax_mode == FUSE_DAX_NEVER)
874 else if (fc->dax_mode == FUSE_DAX_INODE_USER)
1385 if (fuse_is_inode_dax_mode(fm->fc->dax_mode))
1698 err = fuse_dax_conn_alloc(fc, ctx->dax_mode, ctx->dax_dev);
H A Dvirtio_fs.c127 ctx->dax_mode = FUSE_DAX_ALWAYS;
130 ctx->dax_mode = result.uint_32;
1392 if (ctx->dax_mode != FUSE_DAX_NEVER) {
1393 if (ctx->dax_mode == FUSE_DAX_ALWAYS && !fs->dax_dev) {
H A Dfuse_i.h574 enum fuse_dax_mode dax_mode; member in struct:fuse_fs_context
904 enum fuse_dax_mode dax_mode; member in struct:fuse_conn

Completed in 401 milliseconds