Searched refs:nofs (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/mm/ |
H A D | readahead.c | 223 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() 535 memalloc_nofs_restore(nofs); in page_cache_ra_order()
|
/openbmc/linux/fs/f2fs/ |
H A D | node.c | 982 static int truncate_nodes(struct dnode_of_data *dn, unsigned int nofs, in truncate_nodes() argument 1020 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes() 1129 unsigned int nofs = 0; in f2fs_truncate_inode_blocks() local 1155 nofs = noffset[1]; in f2fs_truncate_inode_blocks() 1158 nofs = noffset[1]; in f2fs_truncate_inode_blocks() 1164 nofs += 1 + NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks() 1167 nofs = 5 + 2 * NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks() 1189 err = truncate_nodes(&dn, nofs, offset[1], 2); in f2fs_truncate_inode_blocks() 1193 err = truncate_nodes(&dn, nofs, offset[1], 3); in f2fs_truncate_inode_blocks() 1213 nofs += err; in f2fs_truncate_inode_blocks()
|
H A D | gc.c | 1106 struct node_info *dni, block_t blkaddr, unsigned int *nofs) in is_alive() argument 1151 *nofs = ofs_of_node(node_page); in is_alive() 1516 unsigned int ofs_in_node, nofs; in gc_data_segment() local 1545 if (!is_alive(sbi, entry, &dni, start_addr + off, &nofs)) in gc_data_segment() 1591 start_bidx = f2fs_start_bidx_of_node(nofs, inode) + in gc_data_segment() 1643 start_bidx = f2fs_start_bidx_of_node(nofs, inode) in gc_data_segment()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 1258 int nofs = pred_full_reg_offset(s, a->rn); in do_pppp_flags() local 1263 tcg_gen_gvec_4(dofs, nofs, mofs, gofs, psz, psz, gvec_op); in do_pppp_flags() 1274 tcg_gen_ld_i64(pn, tcg_env, nofs); in do_pppp_flags() 1294 tcg_gen_gvec_4(dofs, nofs, mofs, gofs, psz, psz, gvec_op); in do_pppp_flags() 1541 int nofs = pred_full_reg_offset(s, a->rn); in trans_PTEST() local 1549 tcg_gen_ld_i64(pn, tcg_env, nofs); in trans_PTEST() 1553 do_predtest(s, nofs, gofs, words); in trans_PTEST() 2180 unsigned nofs = vec_reg_offset(s, a->rn, index, esz); in trans_DUP_x() local 2181 tcg_gen_gvec_dup_mem(esz, dofs, nofs, vsz, vsz); in trans_DUP_x()
|
/openbmc/linux/fs/ |
H A D | namei.c | 5207 bool nofs = !mapping_gfp_constraint(mapping, __GFP_FS); in page_symlink() local 5214 if (nofs) in page_symlink() 5217 if (nofs) in page_symlink()
|