Searched refs:nofs (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/fs/f2fs/
H A Dgc.c508 struct node_info *dni, block_t blkaddr, unsigned int *nofs) is_alive()
529 *nofs = ofs_of_node(node_page); is_alive()
685 unsigned int ofs_in_node, nofs; gc_data_segment() local
701 if (!is_alive(sbi, entry, &dni, start_addr + off, &nofs)) gc_data_segment()
723 start_bidx = start_bidx_of_node(nofs, F2FS_I(inode)); gc_data_segment()
739 start_bidx = start_bidx_of_node(nofs, F2FS_I(inode)) gc_data_segment()
507 is_alive(struct f2fs_sb_info *sbi, struct f2fs_summary *sum, struct node_info *dni, block_t blkaddr, unsigned int *nofs) is_alive() argument
H A Dnode.c647 static int truncate_nodes(struct dnode_of_data *dn, unsigned int nofs, truncate_nodes() argument
682 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; truncate_nodes()
783 unsigned int nofs = 0; truncate_inode_blocks() local
805 nofs = noffset[1]; truncate_inode_blocks()
808 nofs = noffset[1]; truncate_inode_blocks()
814 nofs += 1 + NIDS_PER_BLOCK; truncate_inode_blocks()
817 nofs = 5 + 2 * NIDS_PER_BLOCK; truncate_inode_blocks()
839 err = truncate_nodes(&dn, nofs, offset[1], 2); truncate_inode_blocks()
843 err = truncate_nodes(&dn, nofs, offset[1], 3); truncate_inode_blocks()
866 nofs += err; truncate_inode_blocks()
/linux-4.4.14/fs/
H A Dnamei.c4566 * The nofs argument instructs pagecache_write_begin to pass AOP_FLAG_NOFS
4568 int __page_symlink(struct inode *inode, const char *symname, int len, int nofs) __page_symlink() argument
4576 if (nofs) __page_symlink()
/linux-4.4.14/include/linux/
H A Dfs.h2752 int nofs);

Completed in 182 milliseconds