Lines Matching refs:nid_t
70 typedef u32 nid_t; typedef
158 nid_t ino; /* inode number */
356 nid_t ino; /* inode number */
435 nid_t i_xattr_nid; /* node id that contains xattrs */
509 nid_t max_nid; /* maximum possible node ids */
510 nid_t available_nids; /* maximum available node ids */
511 nid_t next_scan_nid; /* the next nid to be scanned */
544 nid_t nid; /* node id of the direct node block */
551 struct page *ipage, struct page *npage, nid_t nid) in set_new_dnode()
995 static inline int check_nid_range(struct f2fs_sb_info *sbi, nid_t nid) in check_nid_range()
1699 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *,
1701 int __f2fs_add_link(struct inode *, const struct qstr *, struct inode *, nid_t,
1734 int need_dentry_mark(struct f2fs_sb_info *, nid_t);
1735 bool is_checkpointed_node(struct f2fs_sb_info *, nid_t);
1736 bool need_inode_block_update(struct f2fs_sb_info *, nid_t);
1737 void get_node_info(struct f2fs_sb_info *, nid_t, struct node_info *);
1741 int wait_on_node_pages_writeback(struct f2fs_sb_info *, nid_t);
1745 void ra_node_page(struct f2fs_sb_info *, nid_t);
1749 int sync_node_pages(struct f2fs_sb_info *, nid_t, struct writeback_control *);
1750 bool alloc_nid(struct f2fs_sb_info *, nid_t *);
1751 void alloc_nid_done(struct f2fs_sb_info *, nid_t);
1752 void alloc_nid_failed(struct f2fs_sb_info *, nid_t);
1816 void add_dirty_inode(struct f2fs_sb_info *, nid_t, int type);
1817 void remove_dirty_inode(struct f2fs_sb_info *, nid_t, int type);
1819 bool exist_written_data(struct f2fs_sb_info *, nid_t, int);
1822 void add_orphan_inode(struct f2fs_sb_info *, nid_t);
1823 void remove_orphan_inode(struct f2fs_sb_info *, nid_t);
2051 nid_t, umode_t);