Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_aops.c158 container_of(work, struct xfs_inode, i_ioend_work); in xfs_end_io()
188 &ip->i_ioend_work)); in xfs_end_bio()
Dxfs_inode.h80 struct work_struct i_ioend_work; member
Dxfs_icache.c112 INIT_WORK(&ip->i_ioend_work, xfs_end_io); in xfs_inode_alloc()