Searched defs:ilock_flags (Results 1 - 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/fs/xfs/scrub/ |
| H A D | scrub.h | 64 uint ilock_flags; member
|
| /kernel/linux/linux-6.6/fs/xfs/scrub/ |
| H A D | scrub.h | 95 uint ilock_flags; member
|
| H A D | common.c | 1037 xchk_ilock( struct xfs_scrub *sc, unsigned int ilock_flags) xchk_ilock() argument 1046 xchk_ilock_nowait( struct xfs_scrub *sc, unsigned int ilock_flags) xchk_ilock_nowait() argument 1059 xchk_iunlock( struct xfs_scrub *sc, unsigned int ilock_flags) xchk_iunlock() argument [all...] |
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | file.c | 1193 unsigned int ilock_flags = 0; in btrfs_buffered_write() local 1435 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); in btrfs_buffered_write() local 1464 unsigned int ilock_flags = 0; in btrfs_direct_write() local 1486 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); in btrfs_direct_write() local 1493 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); btrfs_direct_write() local 1499 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); btrfs_direct_write() local 1510 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); btrfs_direct_write() local 1516 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); btrfs_direct_write() local 1547 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); btrfs_direct_write() local [all...] |
| H A D | inode.c | 360 int btrfs_inode_lock(struct btrfs_inode *inode, unsigned int ilock_flags) in btrfs_inode_lock() argument 390 void btrfs_inode_unlock(struct btrfs_inode *inode, unsigned int ilock_flags) in btrfs_inode_unlock() argument [all...] |
Completed in 13 milliseconds