Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dsuper.c2289 sb->s_maxbytes = c->max_inode_sz = key_max_inode_size(c); in ubifs_fill_super()
2291 sb->s_maxbytes = c->max_inode_sz = MAX_LFS_FILESIZE; in ubifs_fill_super()
H A Dubifs.h292 loff_t s_maxbytes; /* Max file size */ member