Searched refs:IS_DAX (Results 1 - 24 of 24) sorted by relevance

/linux-master/include/linux/
H A Ddax.h79 if (!IS_DAX(file_inode(vma->vm_file)))
188 if (IS_DAX(folio->mapping->host))
262 return mapping->host && IS_DAX(mapping->host);
H A Dfs.h2261 #define IS_DAX(inode) ((inode)->i_flags & S_DAX) macro
3378 return vma->vm_file && IS_DAX(vma->vm_file->f_mapping->host);
/linux-master/fs/ext2/
H A Dfile.c127 if (!IS_DAX(file_inode(file)))
284 if (IS_DAX(iocb->ki_filp->f_mapping->host))
296 if (IS_DAX(iocb->ki_filp->f_mapping->host))
H A Dinode.c742 if (IS_DAX(inode)) {
1280 if (IS_DAX(inode))
1372 if (IS_DAX(inode))
/linux-master/fs/xfs/
H A Dxfs_file.c334 if (IS_DAX(inode))
846 if (IS_DAX(inode))
1377 if (IS_DAX(inode) || write_fault)
1380 if (IS_DAX(inode)) {
1414 IS_DAX(file_inode(vmf->vma->vm_file)) &&
1423 if (!IS_DAX(file_inode(vmf->vma->vm_file)))
1476 if (IS_DAX(inode))
H A Dxfs_reflink.c1504 if (IS_DAX(inode_in) != IS_DAX(inode_out))
1507 if (!IS_DAX(inode_in))
1706 if (IS_DAX(inode))
H A Dxfs_iomap.c831 (flags & IOMAP_DIRECT) || IS_DAX(inode));
1267 if (!error && ((flags & IOMAP_REPORT) || IS_DAX(inode)))
1427 if (IS_DAX(inode))
1442 if (IS_DAX(inode))
H A Dxfs_iops.c1232 ASSERT(!(IS_DAX(inode) && init));
1327 if (IS_DAX(inode))
H A Dxfs_inode.c3743 if (IS_DAX(VFS_I(ip1)) && IS_DAX(VFS_I(ip2))) {
3764 if (IS_DAX(VFS_I(ip1)) && IS_DAX(VFS_I(ip2))) {
/linux-master/mm/
H A Dfadvise.c51 if (IS_DAX(inode) || (bdi == &noop_backing_dev_info)) {
H A Dmadvise.c287 if (IS_DAX(file_inode(file))) {
H A Dfilemap.c2776 if (retval < 0 || !count || IS_DAX(inode))
4063 if (ret < 0 || !iov_iter_count(from) || IS_DAX(inode))
/linux-master/fs/erofs/
H A Ddata.c381 if (IS_DAX(inode))
432 if (!IS_DAX(file_inode(file)))
/linux-master/fs/ext4/
H A Dcrypto.c153 if (WARN_ON_ONCE(IS_DAX(inode) && i_size_read(inode)))
H A Dfile.c117 if (!IS_DAX(inode)) {
141 if (IS_DAX(inode))
692 if (IS_DAX(inode))
798 if (IS_DAX(file_inode(file))) {
H A Dverity.c109 if (IS_DAX(inode) || ext4_test_inode_flag(inode, EXT4_INODE_DAX))
H A Dioctl.c690 if (IS_DAX(inode)) {
1360 } else if (IS_DAX(inode)) {
H A Dinode.c3594 if (IS_DAX(inode))
3723 if (IS_DAX(inode)) {
4543 WARN_ON_ONCE(IS_DAX(inode) && init);
/linux-master/fs/
H A Dremap_range.c340 if (!IS_DAX(inode_in))
H A Dstat.c127 if (IS_DAX(inode))
H A Dsplice.c983 if ((in->f_flags & O_DIRECT) || IS_DAX(in->f_mapping->host))
H A Dfs-writeback.c559 if (IS_DAX(inode))
/linux-master/fs/fuse/
H A Dfuse_i.h1372 #define FUSE_IS_DAX(inode) (IS_ENABLED(CONFIG_FUSE_DAX) && IS_DAX(inode))
H A Ddax.c1367 ((bool) IS_DAX(inode) != (bool) (flags & FUSE_ATTR_DAX)))

Completed in 415 milliseconds