Home
last modified time | relevance | path

Searched refs:span (Results 1 – 9 of 9) sorted by relevance

/fs/xfs/
Dxfs_aops.c557 sector_t *span) in xfs_iomap_swapfile_activate() argument
560 return iomap_swapfile_activate(sis, swap_file, span, in xfs_iomap_swapfile_activate()
/fs/xfs/libxfs/
Dxfs_da_btree.c1597 int span; in xfs_da3_node_lookup_int() local
1679 probe = span = max / 2; in xfs_da3_node_lookup_int()
1681 while (span > 4) { in xfs_da3_node_lookup_int()
1682 span /= 2; in xfs_da3_node_lookup_int()
1685 probe += span; in xfs_da3_node_lookup_int()
1687 probe -= span; in xfs_da3_node_lookup_int()
1692 ASSERT((span <= 4) || in xfs_da3_node_lookup_int()
Dxfs_attr_leaf.c2421 int span; in xfs_attr3_leaf_lookup_int() local
2437 probe = span = ichdr.count / 2; in xfs_attr3_leaf_lookup_int()
2438 for (entry = &entries[probe]; span > 4; entry = &entries[probe]) { in xfs_attr3_leaf_lookup_int()
2439 span /= 2; in xfs_attr3_leaf_lookup_int()
2441 probe += span; in xfs_attr3_leaf_lookup_int()
2443 probe -= span; in xfs_attr3_leaf_lookup_int()
2451 if (!(span <= 4 || be32_to_cpu(entry->hashval) == hashval)) { in xfs_attr3_leaf_lookup_int()
/fs/nfs/
Dfile.c476 sector_t *span) in nfs_swap_activate() argument
503 *span = sis->pages; in nfs_swap_activate()
/fs/zonefs/
Dfile.c160 struct file *swap_file, sector_t *span) in zonefs_swap_activate() argument
170 return iomap_swapfile_activate(sis, swap_file, span, in zonefs_swap_activate()
/fs/f2fs/
Ddata.c3942 struct file *swap_file, sector_t *span) in check_swap_activate() argument
4035 *span = 1 + highest_pblock - lowest_pblock; in check_swap_activate()
4049 sector_t *span) in f2fs_swap_activate() argument
4075 ret = check_swap_activate(sis, file, span); in f2fs_swap_activate()
4094 sector_t *span) in f2fs_swap_activate() argument
/fs/smb/client/
Dfile.c5189 struct file *swap_file, sector_t *span) in cifs_swap_activate() argument
5210 *span = sis->pages; in cifs_swap_activate()
/fs/ext4/
Dinode.c3653 struct file *file, sector_t *span) in ext4_iomap_swap_activate() argument
3655 return iomap_swapfile_activate(sis, file, span, in ext4_iomap_swap_activate()
/fs/btrfs/
Dinode.c11132 sector_t *span) in btrfs_swap_activate() argument
11377 *span = bsi.highest_ppage - bsi.lowest_ppage + 1; in btrfs_swap_activate()
11389 sector_t *span) in btrfs_swap_activate() argument