Searched refs:ubifs_xattr_max_cnt (Results 1 - 4 of 4) sorted by last modified time

/linux-master/fs/ubifs/
H A Dsuper.c1622 dbg_gen("max. xattrs per inode: %d", ubifs_xattr_max_cnt(c));
H A Djournal.c1011 if (ui->xattr_cnt > ubifs_xattr_max_cnt(c)) {
H A Dxattr.c91 if (host_ui->xattr_cnt >= ubifs_xattr_max_cnt(c)) {
511 if (ubifs_inode(host)->xattr_cnt <= ubifs_xattr_max_cnt(c))
H A Dmisc.h279 static inline int ubifs_xattr_max_cnt(struct ubifs_info *c) function

Completed in 244 milliseconds