Searched defs:nid_t (Results 1 - 1 of 1) sorted by relevance

/fs/f2fs/
H A Df2fs.h64 typedef u32 nid_t; typedef
134 nid_t ino; /* inode number */
267 nid_t i_xattr_nid; /* node id that contains xattrs */
298 nid_t max_nid; /* maximum possible node ids */
299 nid_t available_nids; /* maximum available node ids */
300 nid_t next_scan_nid; /* the next nid to be scanned */
332 nid_t nid; /* node id of the direct node block */
339 struct page *ipage, struct page *npage, nid_t nid)
713 static inline int check_nid_range(struct f2fs_sb_info *sbi, nid_t nid)
1265 bool is_checkpointed_node(struct f2fs_sb_info *, nid_t);
[all...]

Completed in 48 milliseconds