Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_btree.c914 xfs_btree_ptr_is_null( in xfs_btree_ptr_is_null() function
1080 if (!xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_is_lastrec()
1466 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_increment()
1574 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_decrement()
1821 !xfs_btree_ptr_is_null(cur, &ptr)) { in xfs_btree_lookup()
2002 if (xfs_btree_ptr_is_null(cur, &lptr)) in xfs_btree_lshift()
2185 if (xfs_btree_ptr_is_null(cur, &rptr)) in xfs_btree_rshift()
2464 if (!xfs_btree_ptr_is_null(cur, &rrptr)) { in __xfs_btree_split()
2753 if (!xfs_btree_ptr_is_null(cur, &rptr)) { in xfs_btree_new_root()
2778 ASSERT(!xfs_btree_ptr_is_null(cur, &lptr) && in xfs_btree_new_root()
[all …]