Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_btree.c261 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_check_block()
302 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_check_ptr()
455 if (!(cur->bc_flags & XFS_BTREE_LONG_PTRS) && cur->bc_ag.pag) in xfs_btree_del_cursor()
592 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_block_len()
607 return (cur->bc_flags & XFS_BTREE_LONG_PTRS) ? in xfs_btree_ptr_len()
1006 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_readahead()
1025 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_ptr_to_daddr()
1075 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) { in xfs_btree_setbuf()
1093 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_ptr_is_null()
1104 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_set_ptr_null()
[all …]
Dxfs_btree.h268 #define XFS_BTREE_LONG_PTRS (1<<0) /* pointers are 64bits long */ macro
561 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) in xfs_btree_islastblock()
Dxfs_bmap_btree.c47 XFS_BTREE_LONG_PTRS); in xfs_bmdr_to_bmbt()
563 cur->bc_flags = XFS_BTREE_LONG_PTRS | XFS_BTREE_ROOT_IN_INODE; in xfs_bmbt_init_cursor()
Dxfs_bmap.c634 XFS_BTREE_LONG_PTRS); in xfs_bmap_extents_to_btree()
692 XFS_BTREE_LONG_PTRS); in xfs_bmap_extents_to_btree()
/linux-6.1.9/fs/xfs/scrub/
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-6.1.9/fs/xfs/
Dxfs_trace.h4009 if (cur->bc_flags & XFS_BTREE_LONG_PTRS) {