Home
last modified time | relevance | path

Searched refs:is_dedup (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/ntfs3/
Dfile.c102 if (!is_dedup(ni) && !is_encrypted(ni) && in ntfs_fileattr_set()
346 if (is_dedup(ni)) { in ntfs_file_mmap()
879 if (is_dedup(ni)) { in check_read_restriction()
1204 if (is_dedup(ni)) { in check_write_restriction()
Dntfs_fs.h1048 static inline bool is_dedup(const struct ntfs_inode *ni) in is_dedup() function