Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_inode.h516 #define XFS_ILOCK_SHIFT 24 macro
520 #define XFS_ILOCK_PARENT (XFS_ILOCK_PARENT_VAL << XFS_ILOCK_SHIFT)
531 >> XFS_ILOCK_SHIFT)
H A Dxfs_inode.c360 class += subclass << XFS_ILOCK_SHIFT; in xfs_lock_inumorder()