Home
last modified time | relevance | path

Searched refs:XFS_BTREE_LONG_PTRS (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/xfs/scrub/
Dtrace.c32 cur->bc_flags & XFS_BTREE_LONG_PTRS) in xchk_btree_cur_fsbno()
34 else if (!(cur->bc_flags & XFS_BTREE_LONG_PTRS)) in xchk_btree_cur_fsbno()
Dbtree.c240 if (bs->cur->bc_flags & XFS_BTREE_LONG_PTRS) in xchk_btree_ptr_ok()
381 init_sa = bs->cur->bc_flags & XFS_BTREE_LONG_PTRS; in xchk_btree_check_block_owner()
514 if (bs->cur->bc_flags & XFS_BTREE_LONG_PTRS) in xchk_btree_get_block()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_btree.c195 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_check_block()
236 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_check_ptr()
525 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_block_len()
540 return (cur->bc_flags & XFS_BTREE_LONG_PTRS) ? in xfs_btree_ptr_len()
737 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_islastblock()
987 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_readahead()
1006 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_ptr_to_daddr()
1056 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_setbuf()
1074 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_ptr_is_null()
1085 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_set_ptr_null()
[all …]
Dxfs_bmap_btree.c48 XFS_BTREE_LONG_PTRS); in xfs_bmdr_to_bmbt()
557 cur->bc_flags = XFS_BTREE_LONG_PTRS | XFS_BTREE_ROOT_IN_INODE; in xfs_bmbt_init_cursor()
Dxfs_btree.h227 #define XFS_BTREE_LONG_PTRS (1<<0) /* pointers are 64bits long */ macro
Dxfs_bmap.c688 XFS_BTREE_LONG_PTRS); in xfs_bmap_extents_to_btree()
746 XFS_BTREE_LONG_PTRS); in xfs_bmap_extents_to_btree()