Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dcheckpoint.c323 struct ino_entry *e; in __add_ino_entry()
346 memset(e, 0, sizeof(struct ino_entry)); in __add_ino_entry()
360 struct ino_entry *e; in __remove_ino_entry()
391 struct ino_entry *e; in exist_written_data()
401 struct ino_entry *e, *tmp; in release_dirty_inode()
504 struct ino_entry *orphan = NULL; in write_orphan_inodes()
1119 sizeof(struct ino_entry)); in create_checkpoint_caches()
Ddebug.c189 si->cache_mem += sbi->im[i].ino_num * sizeof(struct ino_entry); in update_mem_info()
Df2fs.h141 struct ino_entry { struct
Dnode.c65 sizeof(struct ino_entry)) >> PAGE_CACHE_SHIFT; in available_free_memory()