Home
last modified time | relevance | path

Searched refs:is_resident (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/ntfs3/
Dinode.c572 if (is_resident(ni)) { in ntfs_get_block_vbo()
706 if (is_resident(ni)) { in ntfs_read_folio()
735 if (is_resident(ni)) { in ntfs_readahead()
784 if (is_resident(ni)) { in ntfs_direct_IO()
870 if (is_resident(ntfs_i(mapping->host))) in ntfs_writepages()
891 if (is_resident(ni)) { in ntfs_write_begin()
934 if (is_resident(ni)) { in ntfs_write_end()
Dfile.c108 if (is_resident(ni)) { in ntfs_extend_initialized_size()
Dntfs_fs.h1078 static inline int is_resident(struct ntfs_inode *ni) in is_resident() function