Home
last modified time | relevance | path

Searched refs:nofs (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/mm/
H A Dreadahead.c223 unsigned int nofs = memalloc_nofs_save(); in page_cache_ra_unbounded() local
271 memalloc_nofs_restore(nofs); in page_cache_ra_unbounded()
493 unsigned int nofs; in page_cache_ra_order() local
511 nofs = memalloc_nofs_save(); in page_cache_ra_order()
540 memalloc_nofs_restore(nofs); in page_cache_ra_order()
/openbmc/linux/fs/f2fs/
H A Dnode.c972 static int truncate_nodes(struct dnode_of_data *dn, unsigned int nofs, in truncate_nodes() argument
1010 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes()
1119 unsigned int nofs = 0; in f2fs_truncate_inode_blocks() local
1145 nofs = noffset[1]; in f2fs_truncate_inode_blocks()
1148 nofs = noffset[1]; in f2fs_truncate_inode_blocks()
1154 nofs += 1 + NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks()
1157 nofs = 5 + 2 * NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks()
1179 err = truncate_nodes(&dn, nofs, offset[1], 2); in f2fs_truncate_inode_blocks()
1183 err = truncate_nodes(&dn, nofs, offset[1], 3); in f2fs_truncate_inode_blocks()
1203 nofs += err; in f2fs_truncate_inode_blocks()
H A Dgc.c1104 struct node_info *dni, block_t blkaddr, unsigned int *nofs) in is_alive() argument
1149 *nofs = ofs_of_node(node_page); in is_alive()
1511 unsigned int ofs_in_node, nofs; in gc_data_segment() local
1540 if (!is_alive(sbi, entry, &dni, start_addr + off, &nofs)) in gc_data_segment()
1576 start_bidx = f2fs_start_bidx_of_node(nofs, inode) + in gc_data_segment()
1628 start_bidx = f2fs_start_bidx_of_node(nofs, inode) in gc_data_segment()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c1366 int nofs = pred_full_reg_offset(s, a->rn); in do_pppp_flags() local
1371 tcg_gen_gvec_4(dofs, nofs, mofs, gofs, psz, psz, gvec_op); in do_pppp_flags()
1382 tcg_gen_ld_i64(pn, tcg_env, nofs); in do_pppp_flags()
1402 tcg_gen_gvec_4(dofs, nofs, mofs, gofs, psz, psz, gvec_op); in do_pppp_flags()
1649 int nofs = pred_full_reg_offset(s, a->rn); in trans_PTEST() local
1657 tcg_gen_ld_i64(pn, tcg_env, nofs); in trans_PTEST()
1661 do_predtest(s, nofs, gofs, words); in trans_PTEST()
2288 unsigned nofs = vec_reg_offset(s, a->rn, index, esz); in trans_DUP_x() local
2289 tcg_gen_gvec_dup_mem(esz, dofs, nofs, vsz, vsz); in trans_DUP_x()
/openbmc/linux/fs/
H A Dnamei.c5209 bool nofs = !mapping_gfp_constraint(mapping, __GFP_FS); in page_symlink() local
5216 if (nofs) in page_symlink()
5219 if (nofs) in page_symlink()