Home
last modified time | relevance | path

Searched refs:EXOFS_INO_ATTR_SIZE (Results 1 – 2 of 2) sorted by relevance

/fs/exofs/
Dcommon.h183 #define EXOFS_INO_ATTR_SIZE sizeof(struct exofs_fcb) macro
189 EXOFS_INO_ATTR_SIZE);
Dinode.c1115 WARN_ON(attrs[0].len != EXOFS_INO_ATTR_SIZE); in exofs_get_inode()
1116 memcpy(inode, attrs[0].val_ptr, EXOFS_INO_ATTR_SIZE); in exofs_get_inode()