Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dkmem.h42 #define KM_NOFS 0x0004 macro
87 if (unlikely(flags & ~(KM_SLEEP|KM_NOSLEEP|KM_NOFS|KM_MAYFAIL))) { in kmem_flags_convert()
100 if (PFLAGS_TEST_FSTRANS() || (flags & KM_NOFS)) in kmem_flags_convert()
Dxfs_buf.c178 (((flags) & PBF_DONT_BLOCK) ? KM_NOFS : KM_SLEEP)
/linux-2.4.37.9/fs/xfs/
Dxfs_inode.c2187 ip_found = kmem_alloc(ninodes * sizeof(xfs_inode_t *), KM_NOFS); in xfs_ifree_cluster()
2598 KM_NOFS); in xfs_iext_realloc()