Searched refs:XFS_EXTSIZE_RD (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_lrw.c | 250 XFS_ILOCK(mp, io, XFS_ILOCK_EXCL|XFS_EXTSIZE_RD); in xfs_inval_cached_pages() 255 XFS_IUNLOCK(mp, io, XFS_ILOCK_EXCL|XFS_EXTSIZE_RD); in xfs_inval_cached_pages() 417 XFS_IUNLOCK(mp, io, XFS_ILOCK_EXCL| XFS_EXTSIZE_RD); in xfs_zero_last_block() 426 XFS_ILOCK(mp, io, XFS_ILOCK_EXCL|XFS_EXTSIZE_RD); in xfs_zero_last_block() 547 XFS_IUNLOCK(mp, io, XFS_ILOCK_EXCL|XFS_EXTSIZE_RD); in xfs_zero_eof() 563 XFS_ILOCK(mp, io, XFS_ILOCK_EXCL|XFS_EXTSIZE_RD); in xfs_zero_eof() 570 XFS_ILOCK(mp, io, XFS_ILOCK_EXCL|XFS_EXTSIZE_RD); in xfs_zero_eof()
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_inode.h | 396 #define XFS_EXTSIZE_RD (XFS_EXTENT_TOKEN_RD|XFS_SIZE_TOKEN_RD) macro 400 #define XFS_EXTSIZE_WR (XFS_EXTSIZE_RD | XFS_WILLLEND)
|
D | xfs_iomap.c | 240 lockmode = XFS_ILOCK_SHARED|XFS_EXTSIZE_RD; in xfs_iomap()
|