Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_icache.c1872 ip = llist_entry(node, struct xfs_inode, i_gclist); in xfs_inodegc_worker()
1876 llist_for_each_entry_safe(ip, n, node, i_gclist) { in xfs_inodegc_worker()
2080 llist_add(&ip->i_gclist, &gc->list); in xfs_inodegc_queue()
H A Dxfs_inode.h44 struct llist_node i_gclist; /* deferred inactivation list */ member