Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dreadahead.c207 unsigned int nofs = memalloc_nofs_save(); in page_cache_ra_unbounded() local
253 memalloc_nofs_restore(nofs); in page_cache_ra_unbounded()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dnode.c953 static int truncate_nodes(struct dnode_of_data *dn, unsigned int nofs, in truncate_nodes() argument
991 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes()
1100 unsigned int nofs = 0; in f2fs_truncate_inode_blocks() local
1126 nofs = noffset[1]; in f2fs_truncate_inode_blocks()
1129 nofs = noffset[1]; in f2fs_truncate_inode_blocks()
1135 nofs += 1 + NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks()
1138 nofs = 5 + 2 * NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks()
1160 err = truncate_nodes(&dn, nofs, offset[1], 2); in f2fs_truncate_inode_blocks()
1164 err = truncate_nodes(&dn, nofs, offset[1], 3); in f2fs_truncate_inode_blocks()
1184 nofs += err; in f2fs_truncate_inode_blocks()
H A Dgc.c999 struct node_info *dni, block_t blkaddr, unsigned int *nofs) in is_alive() argument
1037 *nofs = ofs_of_node(node_page); in is_alive()
1428 unsigned int ofs_in_node, nofs; in gc_data_segment() local
1457 if (!is_alive(sbi, entry, &dni, start_addr + off, &nofs)) in gc_data_segment()
1479 start_bidx = f2fs_start_bidx_of_node(nofs, inode) + in gc_data_segment()
1531 start_bidx = f2fs_start_bidx_of_node(nofs, inode) in gc_data_segment()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c4732 int __page_symlink(struct inode *inode, const char *symname, int len, int nofs) in __page_symlink() argument
4739 if (nofs) in __page_symlink()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h3175 int nofs);