Home
last modified time | relevance | path

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

/Linux-v4.19/fs/exofs/
Dsuper.c309 sbi->s_nextid = le64_to_cpu(ess->s_nextid); in __sbi_read_stats()
339 sbi->s_ess.s_nextid = cpu_to_le64(sbi->s_nextid); in exofs_sbi_write_stats()
398 fscb->s_nextid = cpu_to_le64(sbi->s_nextid); in exofs_sync_fs()
412 EXOFS_DBGMSG("s_nextid=0x%llx ret=%d\n", _LLU(sbi->s_nextid), ret); in exofs_sync_fs()
774 sbi->s_nextid = le64_to_cpu(fscb.s_nextid); in exofs_fill_super()
Dcommon.h93 __le64 s_nextid; /* Only used after mkfs */ member
110 __le64 s_nextid; /* Highest object ID used */ member
Dexofs.h69 uint64_t s_nextid; /* highest object ID used */ member
Dinode.c1306 inode->i_ino = sbi->s_nextid++; in exofs_new_inode()