Searched refs:xfs_iflags_test (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c218 if (xfs_iflags_test(ip, XFS_INEW)) {
233 if (xfs_iflags_test(ip, XFS_IRECLAIM)) {
240 ASSERT(xfs_iflags_test(ip, XFS_IRECLAIMABLE));
650 ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE));
H A Dxfs_inode.h344 xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) function
H A Dxfs_inode.c2224 if (!ip || xfs_iflags_test(ip, XFS_ISTALE)) {

Completed in 84 milliseconds