Searched refs:nofs (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | gc.c | 567 struct node_info *dni, block_t blkaddr, unsigned int *nofs) in is_alive() argument 593 *nofs = ofs_of_node(node_page); in is_alive() 922 unsigned int ofs_in_node, nofs; in gc_data_segment() local 945 if (!is_alive(sbi, entry, &dni, start_addr + off, &nofs)) in gc_data_segment() 967 start_bidx = f2fs_start_bidx_of_node(nofs, inode) + in gc_data_segment() 1016 start_bidx = f2fs_start_bidx_of_node(nofs, inode) in gc_data_segment()
|
D | node.c | 886 static int truncate_nodes(struct dnode_of_data *dn, unsigned int nofs, in truncate_nodes() argument 924 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes() 1033 unsigned int nofs = 0; in f2fs_truncate_inode_blocks() local 1057 nofs = noffset[1]; in f2fs_truncate_inode_blocks() 1060 nofs = noffset[1]; in f2fs_truncate_inode_blocks() 1066 nofs += 1 + NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks() 1069 nofs = 5 + 2 * NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks() 1091 err = truncate_nodes(&dn, nofs, offset[1], 2); in f2fs_truncate_inode_blocks() 1095 err = truncate_nodes(&dn, nofs, offset[1], 3); in f2fs_truncate_inode_blocks() 1115 nofs += err; in f2fs_truncate_inode_blocks()
|
/Linux-v4.19/fs/ |
D | namei.c | 4821 int __page_symlink(struct inode *inode, const char *symname, int len, int nofs) in __page_symlink() argument 4828 if (nofs) in __page_symlink()
|
/Linux-v4.19/include/linux/ |
D | fs.h | 3085 int nofs);
|