Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_extent_busy.c70 spin_lock(&pag->pagb_lock); in xfs_extent_busy_insert()
91 spin_unlock(&pag->pagb_lock); in xfs_extent_busy_insert()
117 spin_lock(&pag->pagb_lock); in xfs_extent_busy_search()
140 spin_unlock(&pag->pagb_lock); in xfs_extent_busy_search()
163 bool userdata) __releases(&pag->pagb_lock) in xfs_extent_busy_update_extent()
164 __acquires(&pag->pagb_lock) in xfs_extent_busy_update_extent()
176 spin_unlock(&pag->pagb_lock); in xfs_extent_busy_update_extent()
178 spin_lock(&pag->pagb_lock); in xfs_extent_busy_update_extent()
293 spin_unlock(&pag->pagb_lock); in xfs_extent_busy_update_extent()
296 spin_lock(&pag->pagb_lock); in xfs_extent_busy_update_extent()
[all …]
Dxfs_mount.h296 spinlock_t pagb_lock; /* lock for pagb_tree */ member
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.c2416 spin_lock_init(&pag->pagb_lock); in xfs_alloc_read_agf()