Searched refs:nofs (Results 1 – 4 of 4) sorted by relevance
| /linux/mm/ |
| A D | readahead.c | 224 unsigned int nofs = memalloc_nofs_save(); in page_cache_ra_unbounded() local 292 memalloc_nofs_restore(nofs); in page_cache_ra_unbounded() 461 unsigned int nofs; in page_cache_ra_order() local 483 nofs = memalloc_nofs_save(); in page_cache_ra_order() 510 memalloc_nofs_restore(nofs); in page_cache_ra_order()
|
| /linux/fs/f2fs/ |
| A D | node.c | 972 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() 1197 offset[1], nofs); in f2fs_truncate_inode_blocks() [all …]
|
| A D | gc.c | 1139 struct node_info *dni, block_t blkaddr, unsigned int *nofs) in is_alive() argument 1184 *nofs = ofs_of_node(node_page); in is_alive() 1552 unsigned int ofs_in_node, nofs; in gc_data_segment() local 1581 if (!is_alive(sbi, entry, &dni, start_addr + off, &nofs)) in gc_data_segment() 1627 start_bidx = f2fs_start_bidx_of_node(nofs, inode) + in gc_data_segment() 1679 start_bidx = f2fs_start_bidx_of_node(nofs, inode) in gc_data_segment()
|
| /linux/fs/ |
| A D | namei.c | 5353 bool nofs = !mapping_gfp_constraint(mapping, __GFP_FS); in page_symlink() local 5360 if (nofs) in page_symlink() 5363 if (nofs) in page_symlink()
|
Completed in 26 milliseconds