Searched refs:FUSE_IS_DAX (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/fuse/
H A Diomode.c207 if (FUSE_IS_DAX(inode) || !ff->args)
H A Dfile.c242 bool dax_truncate = is_truncate && FUSE_IS_DAX(inode);
1700 if (FUSE_IS_DAX(inode))
1721 if (FUSE_IS_DAX(inode))
2541 if (FUSE_IS_DAX(inode))
3102 bool block_faults = FUSE_IS_DAX(inode) &&
H A Dfuse_i.h1372 #define FUSE_IS_DAX(inode) (IS_ENABLED(CONFIG_FUSE_DAX) && IS_DAX(inode)) macro
H A Dinode.c164 if (FUSE_IS_DAX(inode))
H A Ddir.c1902 if (FUSE_IS_DAX(inode) && is_truncate) {

Completed in 138 milliseconds