Home
last modified time | relevance | path

Searched refs:IS_DAX (Results 1 – 19 of 19) sorted by relevance

/linux/fs/ext4/
H A Dfile.c119 if (!IS_DAX(inode)) { in ext4_dax_read_iter()
143 if (IS_DAX(inode)) in ext4_file_read_iter()
777 if (IS_DAX(inode)) in ext4_file_write_iter()
902 if (IS_DAX(file_inode(file))) { in ext4_file_mmap_prepare()
H A Dcrypto.c153 if (WARN_ON_ONCE(IS_DAX(inode))) in ext4_set_context()
H A Dinode.c4015 if (IS_DAX(inode)) in ext4_set_aops()
4190 if (IS_DAX(inode)) { in ext4_block_zero_range()
4246 did_zero && zero_written && !IS_DAX(inode)) { in ext4_block_zero_eof()
5146 WARN_ON_ONCE(IS_DAX(inode) && init); in ext4_set_inode_flags()
/linux/fs/xfs/
H A Dxfs_inode.h365 if (IS_DAX(VFS_IC(ip))) in xfs_inode_can_hw_atomic_write()
373 if (IS_DAX(VFS_IC(ip))) in xfs_inode_can_sw_atomic_write()
H A Dxfs_file.c324 if (IS_DAX(inode)) in xfs_file_read_iter()
1180 if (IS_DAX(inode)) in xfs_file_write_iter()
2021 if (IS_DAX(inode)) in __xfs_write_fault()
2083 if (IS_DAX(inode)) { in xfs_filemap_fault()
2098 if (!IS_DAX(file_inode(vmf->vma->vm_file))) in xfs_filemap_huge_fault()
2152 if (IS_DAX(inode)) in xfs_file_mmap_prepare()
H A Dxfs_reflink.c1714 if (IS_DAX(inode_in) != IS_DAX(inode_out)) in xfs_reflink_remap_prep()
1717 if (!IS_DAX(inode_in)) in xfs_reflink_remap_prep()
1915 if (IS_DAX(inode)) in xfs_reflink_unshare()
H A Dxfs_inode.c2802 if (IS_DAX(VFS_I(ip1)) && IS_DAX(VFS_I(ip2))) { in xfs_ilock2_io_mmap()
2823 if (IS_DAX(VFS_I(ip1)) && IS_DAX(VFS_I(ip2))) { in xfs_iunlock2_io_mmap()
H A Dxfs_iomap.c923 (flags & IOMAP_DIRECT) || IS_DAX(inode)); in xfs_direct_write_iomap_begin()
2213 if (!error && ((flags & IOMAP_REPORT) || IS_DAX(inode))) in xfs_read_iomap_begin()
2382 if (IS_DAX(inode)) in xfs_zero_range()
2399 if (IS_DAX(inode)) in xfs_truncate_page()
H A Dxfs_iops.c1388 ASSERT(!(IS_DAX(inode) && init)); in xfs_diflags_to_iflags()
1493 if (IS_DAX(inode)) in xfs_setup_iops()
H A Dxfs_ioctl.c570 if (IS_DAX(VFS_I(ip)) && in xfs_ioctl_setattr_xflags()
H A Dxfs_super.c825 if (IS_DAX(inode)) in xfs_fs_evict_inode()
/linux/fs/erofs/
H A Ddata.c443 if (IS_ENABLED(CONFIG_FS_DAX) && IS_DAX(inode)) in erofs_file_read_iter()
486 if (!IS_DAX(file_inode(desc->file))) in erofs_file_mmap_prepare()
H A Dsuper.c1125 if (IS_DAX(inode)) in erofs_evict_inode()
/linux/fs/
H A Dremap_range.c340 if (!IS_DAX(inode_in)) in __generic_remap_file_range_prep()
H A Dsplice.c978 if ((in->f_flags & O_DIRECT) || IS_DAX(in->f_mapping->host)) in do_splice_read()
H A Dfs-writeback.c638 if (IS_DAX(inode)) in inode_prepare_wbs_switch()
/linux/include/linux/
H A Dfs.h2167 #define IS_DAX(inode) ((inode)->i_flags & S_DAX) macro
3411 return file && IS_DAX(file->f_mapping->host); in file_is_dax()
3477 if (IS_DAX(ki->ki_filp->f_mapping->host)) in kiocb_set_rw_flags()
/linux/mm/
H A Dmadvise.c316 if (IS_DAX(file_inode(file))) { in madvise_willneed()
H A Dfilemap.c3010 if (retval < 0 || !count || IS_DAX(inode)) in generic_file_read_iter()
4485 if (ret < 0 || !iov_iter_count(from) || IS_DAX(inode)) in __generic_file_write_iter()