Home
last modified time | relevance | path

Searched refs:EXOFS_OBJ_OFF (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/exofs/
Dcommon.h50 #define EXOFS_OBJ_OFF 0x10000 /* offset for objects */ macro
73 EXOFS_MAX_ID = (EXOFS_MAX_INO_ID - 1 - EXOFS_OBJ_OFF),
Dexofs.h98 return oi->vfs_inode.i_ino + EXOFS_OBJ_OFF; in exofs_oi_objno()
Dsuper.c817 root = exofs_iget(sb, EXOFS_ROOT_ID - EXOFS_OBJ_OFF); in exofs_fill_super()