Searched refs:is_resident (Results 1 – 3 of 3) sorted by relevance
575 if (is_resident(ni)) { in ntfs_get_block_vbo()713 if (is_resident(ni)) { in ntfs_readpage()742 if (is_resident(ni)) { in ntfs_readahead()791 if (is_resident(ni)) { in ntfs_direct_IO()864 if (is_resident(ni)) { in ntfs_writepage()883 get_block_t *get_block = is_resident(ni) ? NULL : &ntfs_get_block; in ntfs_writepages()904 if (is_resident(ni)) { in ntfs_write_begin()949 if (is_resident(ni)) { in ntfs_write_end()
106 if (is_resident(ni)) { in ntfs_extend_initialized_size()
1052 static inline int is_resident(struct ntfs_inode *ni) in is_resident() function