Searched refs:xfs_fstrm_item (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_filestream.c | 23 struct xfs_fstrm_item { struct 84 struct xfs_fstrm_item *item = in xfs_fstrm_free_func() 85 container_of(mru, struct xfs_fstrm_item, mru); in xfs_fstrm_free_func() 106 struct xfs_fstrm_item *item; in xfs_filestream_pick_ag() 288 ag = container_of(mru, struct xfs_fstrm_item, mru)->ag; in xfs_filestream_lookup_ag() 341 struct xfs_fstrm_item *item = in xfs_filestream_new_ag() 342 container_of(mru, struct xfs_fstrm_item, mru); in xfs_filestream_new_ag()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_filestream.c | 24 struct xfs_fstrm_item { struct 39 struct xfs_fstrm_item *item = in xfs_fstrm_free_func() 40 container_of(mru, struct xfs_fstrm_item, mru); in xfs_fstrm_free_func() 227 pag = container_of(mru, struct xfs_fstrm_item, mru)->pag; in xfs_filestream_lookup_association() 270 struct xfs_fstrm_item *item; in xfs_filestream_create_association() 278 struct xfs_fstrm_item *item = in xfs_filestream_create_association() 279 container_of(mru, struct xfs_fstrm_item, mru); in xfs_filestream_create_association()
|
Completed in 2 milliseconds