Home
last modified time | relevance | path

Searched refs:pinned (Results 1 – 8 of 8) sorted by relevance

/fs/gfs2/
Dincore.h136 BUFFER_FNS(Pinned, pinned)
137 TAS_BUFFER_FNS(Pinned, pinned)
/fs/btrfs/
Dblock-group.c132 WARN_ON(cache->pinned > 0); in btrfs_put_block_group()
1176 num_bytes = cache->length - cache->reserved - cache->pinned - in inc_block_group_ro()
1333 if (block_group->reserved || block_group->pinned || in btrfs_delete_unused_bgs()
1400 -block_group->pinned); in btrfs_delete_unused_bgs()
1401 space_info->bytes_readonly += block_group->pinned; in btrfs_delete_unused_bgs()
1402 block_group->pinned = 0; in btrfs_delete_unused_bgs()
1534 if (bg->reserved || bg->pinned || bg->ro) { in btrfs_reclaim_bgs_work()
2665 cache->pinned - cache->bytes_super - in btrfs_dec_block_group_ro()
3266 cache->pinned += num_bytes; in btrfs_update_block_group()
Dblock-group.h64 u64 pinned; member
Dspace-info.c456 cache->start, cache->length, cache->used, cache->pinned, in btrfs_dump_space_info()
Dextent-tree.c2541 cache->pinned += num_bytes; in pin_down_extent()
2746 cache->pinned -= len; in unpin_extent_range()
Drelocation.c4121 WARN_ON(rc->block_group->pinned > 0); in btrfs_relocate_block_group()
Ddisk-io.c4761 cache->pinned += head->num_bytes; in btrfs_destroy_delayed_refs()
/fs/xfs/
Dxfs_buf.c2089 int pinned = 0; in xfs_buf_delwri_submit_buffers() local
2098 pinned++; in xfs_buf_delwri_submit_buffers()
2140 return pinned; in xfs_buf_delwri_submit_buffers()