Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h1813 #define PF_MEMALLOC_NOFS 0x00040000 /* All allocations inherit GFP_NOFS. See memalloc_nfs_save() */ macro
/linux/fs/ext4/
H A Dxattr.c1547 !(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_inode_cache_find()
2398 WARN_ON_ONCE(!(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_set_handle()
/linux/fs/xfs/
H A Dxfs_icache.c2156 if (current->flags & PF_MEMALLOC_NOFS) in xfs_inodegc_want_flush_work()