Lines Matching refs:nid_t

67 typedef u32 nid_t;  typedef
143 nid_t ino; /* inode number */
309 nid_t ino; /* inode number */
340 nid_t i_xattr_nid; /* node id that contains xattrs */
403 nid_t max_nid; /* maximum possible node ids */
404 nid_t available_nids; /* maximum available node ids */
405 nid_t next_scan_nid; /* the next nid to be scanned */
437 nid_t nid; /* node id of the direct node block */
444 struct page *ipage, struct page *npage, nid_t nid) in set_new_dnode()
874 static inline int check_nid_range(struct f2fs_sb_info *sbi, nid_t nid) in check_nid_range()
1474 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *,
1476 int __f2fs_add_link(struct inode *, const struct qstr *, struct inode *, nid_t,
1509 bool is_checkpointed_node(struct f2fs_sb_info *, nid_t);
1510 bool has_fsynced_inode(struct f2fs_sb_info *, nid_t);
1511 bool need_inode_block_update(struct f2fs_sb_info *, nid_t);
1512 void get_node_info(struct f2fs_sb_info *, nid_t, struct node_info *);
1516 int wait_on_node_pages_writeback(struct f2fs_sb_info *, nid_t);
1520 void ra_node_page(struct f2fs_sb_info *, nid_t);
1524 int sync_node_pages(struct f2fs_sb_info *, nid_t, struct writeback_control *);
1525 bool alloc_nid(struct f2fs_sb_info *, nid_t *);
1526 void alloc_nid_done(struct f2fs_sb_info *, nid_t);
1527 void alloc_nid_failed(struct f2fs_sb_info *, nid_t);
1587 void add_dirty_inode(struct f2fs_sb_info *, nid_t, int type);
1588 void remove_dirty_inode(struct f2fs_sb_info *, nid_t, int type);
1590 bool exist_written_data(struct f2fs_sb_info *, nid_t, int);
1593 void add_orphan_inode(struct f2fs_sb_info *, nid_t);
1594 void remove_orphan_inode(struct f2fs_sb_info *, nid_t);
1809 nid_t, umode_t);