Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_lrw.c250 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/
Dxfs_inode.h396 #define XFS_EXTSIZE_RD (XFS_EXTENT_TOKEN_RD|XFS_SIZE_TOKEN_RD) macro
400 #define XFS_EXTSIZE_WR (XFS_EXTSIZE_RD | XFS_WILLLEND)
Dxfs_iomap.c240 lockmode = XFS_ILOCK_SHARED|XFS_EXTSIZE_RD; in xfs_iomap()