Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_filestream.c352 cache = mp->m_filestream; in _xfs_filestream_update_ag()
508 err = xfs_mru_cache_create(&mp->m_filestream, lifetime, grp_count, in xfs_filestream_mount()
524 xfs_mru_cache_destroy(mp->m_filestream); in xfs_filestream_unmount()
545 cache = ip->i_mount->m_filestream; in xfs_filestream_lookup_ag()
588 cache = mp->m_filestream; in xfs_filestream_associate()
684 cache = mp->m_filestream; in xfs_filestream_new_ag()
821 xfs_mru_cache_t *cache = ip->i_mount->m_filestream; in xfs_filestream_deassociate()
Dxfs_mount.h204 struct xfs_mru_cache *m_filestream; /* per-mount filestream data */ member