Home
last modified time | relevance | path

Searched refs:ino_entry (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dcheckpoint.c366 struct ino_entry *e, *tmp; in __add_ino_entry()
381 memset(e, 0, sizeof(struct ino_entry)); in __add_ino_entry()
398 struct ino_entry *e; in __remove_ino_entry()
429 struct ino_entry *e; in exist_written_data()
439 struct ino_entry *e, *tmp; in release_dirty_inode()
555 struct ino_entry *orphan = NULL; in write_orphan_inodes()
1173 sizeof(struct ino_entry)); in create_checkpoint_caches()
Ddebug.c194 si->cache_mem += sbi->im[i].ino_num * sizeof(struct ino_entry); in update_mem_info()
Df2fs.h156 struct ino_entry { struct
Dnode.c65 sizeof(struct ino_entry)) >> PAGE_CACHE_SHIFT; in available_free_memory()