Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/scrub/
Dtrace.c27 if (level == cur->bc_nlevels - 1 && cur->bc_flags & XFS_BTREE_LONG_PTRS) in xchk_btree_cur_fsbno()
29 if (!(cur->bc_flags & XFS_BTREE_LONG_PTRS)) in xchk_btree_cur_fsbno()
Dbtree.c234 if (bs->cur->bc_flags & XFS_BTREE_LONG_PTRS) in xchk_btree_ptr_ok()
375 init_sa = bs->cur->bc_flags & XFS_BTREE_LONG_PTRS; in xchk_btree_check_block_owner()
543 if (bs->cur->bc_flags & XFS_BTREE_LONG_PTRS) in xchk_btree_get_block()
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_btree.c192 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_check_block()
233 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_check_ptr()
380 if (!(cur->bc_flags & XFS_BTREE_LONG_PTRS) && cur->bc_ag.pag) in xfs_btree_del_cursor()
517 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_block_len()
532 return (cur->bc_flags & XFS_BTREE_LONG_PTRS) ? in xfs_btree_ptr_len()
931 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_readahead()
950 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_ptr_to_daddr()
1000 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_setbuf()
1018 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_ptr_is_null()
1029 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_set_ptr_null()
[all …]
Dxfs_btree.h249 #define XFS_BTREE_LONG_PTRS (1<<0) /* pointers are 64bits long */ macro
539 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_islastblock()
Dxfs_bmap_btree.c45 XFS_BTREE_LONG_PTRS); in xfs_bmdr_to_bmbt()
565 cur->bc_flags = XFS_BTREE_LONG_PTRS | XFS_BTREE_ROOT_IN_INODE; in xfs_bmbt_init_cursor()
Dxfs_bmap.c686 XFS_BTREE_LONG_PTRS); in xfs_bmap_extents_to_btree()
744 XFS_BTREE_LONG_PTRS); in xfs_bmap_extents_to_btree()
/Linux-v5.15/fs/xfs/
Dxfs_trace.h3961 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) {