Searched refs:is_resident (Results 1 – 3 of 3) sorted by relevance
548 if (is_resident(ni)) { in ntfs_get_block_vbo()686 if (is_resident(ni)) { in ntfs_readpage()715 if (is_resident(ni)) { in ntfs_readahead()763 if (is_resident(ni)) { in ntfs_direct_IO()833 if (is_resident(ni)) { in ntfs_writepage()852 get_block_t *get_block = is_resident(ni) ? NULL : &ntfs_get_block; in ntfs_writepages()873 if (is_resident(ni)) { in ntfs_write_begin()918 if (is_resident(ni)) { in ntfs_write_end()
106 if (is_resident(ni)) { in ntfs_extend_initialized_size()
1061 static inline int is_resident(struct ntfs_inode *ni) in is_resident() function