Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_remote.h12 int xfs_attr_rmtval_stale(struct xfs_inode *ip, struct xfs_bmbt_irec *map,
H A Dxfs_attr_remote.c539 xfs_attr_rmtval_stale( in xfs_attr_rmtval_stale() function
664 error = xfs_attr_rmtval_stale(args->dp, &map, XBF_TRYLOCK); in xfs_attr_rmtval_invalidate()
/openbmc/linux/fs/xfs/
H A Dxfs_attr_inactive.c64 error = xfs_attr_rmtval_stale(dp, &map, 0); in xfs_attr3_rmt_stale()