Home
last modified time | relevance | path

Searched refs:GFP_IOFS (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dremote_perm.c87 GFP_IOFS); in alloc_rmtperm_hash()
/linux-4.1.27/include/linux/
Dgfp.h119 #define GFP_IOFS (__GFP_IO | __GFP_FS) macro
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dmodule.c362 LIBCFS_ALLOC_GFP(buf, 1024, GFP_IOFS); in libcfs_ioctl()
Dtracefile.c813 *str = kmalloc(nob, GFP_IOFS | __GFP_ZERO); in cfs_trace_allocate_string_buffer()
/linux-4.1.27/mm/
Dvmscan.c1431 if ((sc->gfp_mask & GFP_IOFS) == GFP_IOFS) in too_many_isolated()
Dpage_alloc.c153 gfp_allowed_mask &= ~GFP_IOFS; in pm_restrict_gfp_mask()
158 if ((gfp_allowed_mask & GFP_IOFS) == GFP_IOFS) in pm_suspended_storage()
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dconrpc.c860 alloc_page(GFP_IOFS); in lstcon_testrpc_prep()
Drpc.c149 GFP_IOFS, 0); in srpc_alloc_bulk()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter.c1263 __GFP_ZERO | GFP_IOFS, 0); in lnet_new_rtrbuf()
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1346 pages[i] = alloc_page(GFP_IOFS); in mgc_process_recover_log()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1566 gfp_mask = ((ostid_id(&oa->o_oi) & 2) == 0) ? GFP_IOFS : GFP_HIGHUSER; in echo_client_kbrw()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_cache.c349 OBD_SLAB_ALLOC_PTR_GFP(ext, osc_extent_kmem, GFP_IOFS); in osc_extent_alloc()