Home
last modified time | relevance | path

Searched refs:BT_IS_ROOT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_btree.h47 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0) macro
51 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data)
78 if (BT_IS_ROOT(MP))\
87 if (! BT_IS_ROOT(MP)) \
156 if (! BT_IS_ROOT((BTSTACK)->top->mp))\
H A Djfs_dtree.c2248 if (BT_IS_ROOT(fmp)) { in dtDeleteUp()
2938 if (BT_IS_ROOT(mp)) in add_missing_indices()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_btree.h47 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0) macro
51 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data)
78 if (BT_IS_ROOT(MP))\
87 if (! BT_IS_ROOT(MP)) \
156 if (! BT_IS_ROOT((BTSTACK)->top->mp))\
H A Djfs_dtree.c2248 if (BT_IS_ROOT(fmp)) { in dtDeleteUp()
2640 if (BT_IS_ROOT(mp)) in add_missing_indices()

Completed in 9 milliseconds