Searched refs:nofs (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/mm/ |
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()
|
/linux-6.6.21/fs/f2fs/ |
D | node.c | 964 static int truncate_nodes(struct dnode_of_data *dn, unsigned int nofs, in truncate_nodes() argument 1002 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes() 1111 unsigned int nofs = 0; in f2fs_truncate_inode_blocks() local 1137 nofs = noffset[1]; in f2fs_truncate_inode_blocks() 1140 nofs = noffset[1]; in f2fs_truncate_inode_blocks() 1146 nofs += 1 + NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks() 1149 nofs = 5 + 2 * NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks() 1171 err = truncate_nodes(&dn, nofs, offset[1], 2); in f2fs_truncate_inode_blocks() 1175 err = truncate_nodes(&dn, nofs, offset[1], 3); in f2fs_truncate_inode_blocks() 1195 nofs += err; in f2fs_truncate_inode_blocks()
|
D | gc.c | 1105 struct node_info *dni, block_t blkaddr, unsigned int *nofs) in is_alive() argument 1150 *nofs = ofs_of_node(node_page); in is_alive() 1523 unsigned int ofs_in_node, nofs; in gc_data_segment() local 1552 if (!is_alive(sbi, entry, &dni, start_addr + off, &nofs)) in gc_data_segment() 1583 start_bidx = f2fs_start_bidx_of_node(nofs, inode) + in gc_data_segment() 1635 start_bidx = f2fs_start_bidx_of_node(nofs, inode) in gc_data_segment()
|
/linux-6.6.21/fs/ |
D | namei.c | 5209 bool nofs = !mapping_gfp_constraint(mapping, __GFP_FS); in page_symlink() local 5216 if (nofs) in page_symlink() 5219 if (nofs) in page_symlink()
|