Searched refs:__GFP_FS (Results 26 - 39 of 39) sorted by relevance

12

/linux-master/fs/
H A Dsuper.c193 if (!(sc->gfp_mask & __GFP_FS))
H A Dbuffer.c1489 gfp |= mapping_gfp_constraint(bdev->bd_mapping, ~__GFP_FS);
H A Dnamei.c5227 bool nofs = !mapping_gfp_constraint(mapping, __GFP_FS);
/linux-master/mm/
H A Dpage_alloc.c3796 if (gfp_mask & __GFP_FS)
3813 if (gfp_mask & __GFP_FS)
H A Dvmscan.c455 * __GFP_FS.
995 if (gfp_mask & __GFP_FS)
1102 * have __GFP_FS (or __GFP_IO if it's simply going to swap,
1110 * __GFP_IO|__GFP_FS for this reason); but more thought
6202 * If the caller is !__GFP_FS then the probability of a failure is reasonably
6415 if (!(gfp_mask & __GFP_FS))
H A Dfilemap.c1928 gfp &= ~__GFP_FS;
4158 * (__GFP_RECLAIM & __GFP_FS).
H A Dshmem.c1588 gfp_t allowflags = __GFP_IO | __GFP_FS | __GFP_RECLAIM;
H A Dmemory.c3073 return mapping_gfp_mask(vm_file->f_mapping) | __GFP_FS | __GFP_IO;
/linux-master/drivers/md/
H A Ddm-bufio.c2705 if (!(params->gfp & __GFP_FS) ||
/linux-master/fs/gfs2/
H A Dglock.c2107 if (!(sc->gfp_mask & __GFP_FS))
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c495 if (gfp_flags & __GFP_FS)
/linux-master/fs/ext4/
H A Dsuper.c248 ~__GFP_FS) | __GFP_MOVABLE;
257 ~__GFP_FS);
H A Dinode.c3615 mapping_gfp_constraint(mapping, ~__GFP_FS));
/linux-master/fs/btrfs/
H A Dfree-space-cache.c127 ~(__GFP_FS | __GFP_HIGHMEM)));

Completed in 471 milliseconds

12