| H A D | xfs_icache.c | 91 struct xfs_inode *ip; in xfs_inode_alloc() local 97 ip = alloc_inode_sb(mp->m_super, xfs_inode_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_inode_alloc() 99 if (inode_init_always(mp->m_super, VFS_I(ip))) { in xfs_inode_alloc() 100 kmem_cache_free(xfs_inode_cache, ip); in xfs_inode_alloc() 105 VFS_I(ip)->i_mode = 0; in xfs_inode_alloc() 106 mapping_set_folio_min_order(VFS_I(ip)->i_mapping, in xfs_inode_alloc() 110 ASSERT(atomic_read(&ip->i_pincount) == 0); in xfs_inode_alloc() 111 ASSERT(ip->i_ino == 0); in xfs_inode_alloc() 114 ip->i_ino = ino; in xfs_inode_alloc() 115 ip in xfs_inode_alloc() 142 struct xfs_inode *ip = XFS_I(inode); xfs_inode_free_callback() local 170 __xfs_inode_free(struct xfs_inode * ip) __xfs_inode_free() argument 185 xfs_inode_free(struct xfs_inode * ip) xfs_inode_free() argument 364 xfs_iget_recycle(struct xfs_perag * pag,struct xfs_inode * ip) xfs_iget_recycle() argument 422 xfs_iget_check_free_state(struct xfs_inode * ip,int flags) xfs_iget_check_free_state() argument 503 xfs_iget_cache_hit(struct xfs_perag * pag,struct xfs_inode * ip,xfs_ino_t ino,int flags,int lock_flags) xfs_iget_cache_hit() argument 634 struct xfs_inode *ip; xfs_iget_cache_miss() local 775 struct xfs_inode *ip; xfs_iget() local 851 struct xfs_inode *ip; xfs_trans_metafile_iget() local 924 xfs_reclaim_igrab(struct xfs_inode * ip,struct xfs_icwalk * icw) xfs_reclaim_igrab() argument 963 xfs_reclaim_inode(struct xfs_inode * ip,struct xfs_perag * pag) xfs_reclaim_inode() argument 1139 xfs_icwalk_match_id(struct xfs_inode * ip,struct xfs_icwalk * icw) xfs_icwalk_match_id() argument 1163 xfs_icwalk_match_id_union(struct xfs_inode * ip,struct xfs_icwalk * icw) xfs_icwalk_match_id_union() argument 1188 xfs_icwalk_match(struct xfs_inode * ip,struct xfs_icwalk * icw) xfs_icwalk_match() argument 1230 xfs_inode_free_eofblocks(struct xfs_inode * ip,struct xfs_icwalk * icw,unsigned int * lockflags) xfs_inode_free_eofblocks() argument 1273 xfs_blockgc_set_iflag(struct xfs_inode * ip,unsigned long iflag) xfs_blockgc_set_iflag() argument 1303 xfs_inode_set_eofblocks_tag(xfs_inode_t * ip) xfs_inode_set_eofblocks_tag() argument 1311 xfs_blockgc_clear_iflag(struct xfs_inode * ip,unsigned long iflag) xfs_blockgc_clear_iflag() argument 1340 xfs_inode_clear_eofblocks_tag(xfs_inode_t * ip) xfs_inode_clear_eofblocks_tag() argument 1351 xfs_prep_free_cowblocks(struct xfs_inode * ip,struct xfs_icwalk * icw) xfs_prep_free_cowblocks() argument 1401 xfs_inode_free_cowblocks(struct xfs_inode * ip,struct xfs_icwalk * icw,unsigned int * lockflags) xfs_inode_free_cowblocks() argument 1449 xfs_inode_set_cowblocks_tag(xfs_inode_t * ip) xfs_inode_set_cowblocks_tag() argument 1457 xfs_inode_clear_cowblocks_tag(xfs_inode_t * ip) xfs_inode_clear_cowblocks_tag() argument 1506 xfs_blockgc_igrab(struct xfs_inode * ip) xfs_blockgc_igrab() argument 1540 xfs_blockgc_scan_inode(struct xfs_inode * ip,struct xfs_icwalk * icw) xfs_blockgc_scan_inode() argument 1679 xfs_blockgc_free_quota(struct xfs_inode * ip,unsigned int iwalk_flags) xfs_blockgc_free_quota() argument 1706 xfs_icwalk_igrab(enum xfs_icwalk_goal goal,struct xfs_inode * ip,struct xfs_icwalk * icw) xfs_icwalk_igrab() argument 1726 xfs_icwalk_process_inode(enum xfs_icwalk_goal goal,struct xfs_inode * ip,struct xfs_perag * pag,struct xfs_icwalk * icw) xfs_icwalk_process_inode() argument 1789 struct xfs_inode *ip = batch[i]; xfs_icwalk_ag() local 1883 xfs_check_delalloc(struct xfs_inode * ip,int whichfork) xfs_check_delalloc() argument 1903 xfs_check_delalloc(ip,whichfork) global() argument 1909 xfs_inodegc_set_reclaimable(struct xfs_inode * ip) xfs_inodegc_set_reclaimable() argument 1942 xfs_inodegc_inactivate(struct xfs_inode * ip) xfs_inodegc_inactivate() argument 1960 struct xfs_inode *ip, *n; xfs_inodegc_worker() local 2080 xfs_inodegc_want_queue_rt_file(struct xfs_inode * ip) xfs_inodegc_want_queue_rt_file() argument 2095 xfs_inodegc_want_queue_rt_file(ip) global() argument 2107 xfs_inodegc_want_queue_work(struct xfs_inode * ip,unsigned int items) xfs_inodegc_want_queue_work() argument 2154 xfs_inodegc_want_flush_work(struct xfs_inode * ip,unsigned int items,unsigned int shrinker_hits) xfs_inodegc_want_flush_work() argument 2177 xfs_inodegc_queue(struct xfs_inode * ip) xfs_inodegc_queue() argument 2242 xfs_inode_mark_reclaimable(struct xfs_inode * ip) xfs_inode_mark_reclaimable() argument [all...] |