Searched refs:s_last_ino (Results 1 – 3 of 3) sorted by relevance
330 ino = logfs_seek_hole(super->s_master_inode, super->s_last_ino + 1); in logfs_set_ino_generation()331 super->s_last_ino = ino; in logfs_set_ino_generation()334 super->s_last_ino = LOGFS_RESERVED_INOS; in logfs_set_ino_generation()
95 super->s_last_ino = be64_to_cpu(da->da_last_ino); in read_anchor()525 da->da_last_ino = cpu_to_be64(super->s_last_ino); in __logfs_write_anchor()
377 u64 s_last_ino; /* highest ino used */ member