Searched defs:nid (Results 1 – 13 of 13) sorted by relevance
/fs/f2fs/ |
D | node.c | 33 int f2fs_check_nid_range(struct f2fs_sb_info *sbi, nid_t nid) in f2fs_check_nid_range() 132 static struct page *get_current_nat_page(struct f2fs_sb_info *sbi, nid_t nid) in get_current_nat_page() 137 static struct page *get_next_nat_page(struct f2fs_sb_info *sbi, nid_t nid) in get_next_nat_page() 167 nid_t nid, bool no_fail) in __alloc_nat_entry() 379 int f2fs_need_dentry_mark(struct f2fs_sb_info *sbi, nid_t nid) in f2fs_need_dentry_mark() 396 bool f2fs_is_checkpointed_node(struct f2fs_sb_info *sbi, nid_t nid) in f2fs_is_checkpointed_node() 427 static void cache_nat_entry(struct f2fs_sb_info *sbi, nid_t nid, in cache_nat_entry() 545 int f2fs_get_node_info(struct f2fs_sb_info *sbi, nid_t nid, in f2fs_get_node_info() 629 nid_t nid; in f2fs_ra_node_pages() local 1034 nid_t nid[3]; in truncate_partial_nodes() local [all …]
|
D | node.h | 9 #define START_NID(nid) (((nid) / NAT_ENTRY_PER_BLOCK) * NAT_ENTRY_PER_BLOCK) argument 60 nid_t nid; /* node id */ member 165 nid_t nid; /* node id */ member 169 static inline void next_free_nid(struct f2fs_sb_info *sbi, nid_t *nid) in next_free_nid() 273 static inline void fill_node_footer(struct page *page, nid_t nid, in fill_node_footer() 366 static inline int set_nid(struct page *p, int off, nid_t nid, bool i) in set_nid()
|
D | gc.c | 979 nid_t nid = le32_to_cpu(entry->nid); in gc_node_segment() local 1070 nid_t nid; in is_alive() local 1499 nid_t nid = le32_to_cpu(entry->nid); in gc_data_segment() local
|
D | recovery.c | 474 nid_t ino, nid; in check_index_in_prev_nodes() local
|
D | segment.h | 842 static inline void set_summary(struct f2fs_summary *sum, nid_t nid, in set_summary()
|
D | segment.c | 3614 void f2fs_do_write_node_page(unsigned int nid, struct f2fs_io_info *fio) in f2fs_do_write_node_page()
|
D | f2fs.h | 976 nid_t nid; /* node id of the direct node block */ member 986 struct page *ipage, struct page *npage, nid_t nid) in set_new_dnode()
|
/fs/erofs/ |
D | inode.c | 316 const erofs_nid_t nid = *(erofs_nid_t *)opaque; in erofs_ilookup_test_actor() local 323 const erofs_nid_t nid = *(erofs_nid_t *)opaque; in erofs_iget_set_actor() local 330 erofs_nid_t nid) in erofs_iget_locked() 339 erofs_nid_t nid, in erofs_iget()
|
D | namei.c | 169 erofs_nid_t *nid, unsigned int *d_type) in erofs_namei() 213 erofs_nid_t nid; in erofs_lookup() local
|
D | internal.h | 254 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc() 282 erofs_nid_t nid; member 445 static inline unsigned long erofs_inode_hash(erofs_nid_t nid) in erofs_inode_hash()
|
D | erofs_fs.h | 383 __le64 nid; /* node number */ member
|
/fs/proc/ |
D | kcore.c | 236 int nid, ret; in kcore_ram_list() local
|
D | task_mmu.c | 1779 int nid; in can_gather_numa_stats() local 1804 int nid; in can_gather_numa_stats_pmd() local 1907 int nid; in show_numa_map() local
|