Searched refs:max_xattrs (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ubifs/
H A Dmisc.h281 int max_xattrs = (c->leb_size / 2) / UBIFS_INO_NODE_SZ; local
283 ubifs_assert(c, max_xattrs < c->max_orphans);
284 return max_xattrs;

Completed in 148 milliseconds