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

/linux-master/fs/overlayfs/
H A Dinode.c102 unsigned int xinobits = ovl_xino_bits(ofs); local
103 unsigned int xinoshift = 64 - xinobits;
113 } else if (xinobits) {
116 * high xinobits, so we use high xinobits to partition the
128 pr_warn_ratelimited("inode number too big (%pd2, ino=%llu, xinobits=%d)\n",
129 dentry, stat->ino, xinobits);
851 int xinobits = ovl_xino_bits(ofs); local
852 unsigned int xinoshift = 64 - xinobits;
864 } else if (xinobits
[all...]
H A Dreaddir.c436 static u64 ovl_remap_lower_ino(u64 ino, int xinobits, int fsid, argument
439 unsigned int xinoshift = 64 - xinobits;
443 pr_warn_ratelimited("d_ino too big (%.*s, ino=%llu, xinobits=%d)\n",
444 namelen, name, ino, xinobits);
477 int xinobits = ovl_xino_bits(ofs); local
529 } else if (xinobits && !OVL_TYPE_UPPER(type)) {
530 ino = ovl_remap_lower_ino(ino, xinobits,
664 int xinobits; member in struct:ovl_readdir_translate
684 } else if (rdt->xinobits) {
685 ino = ovl_remap_lower_ino(ino, rdt->xinobits, rd
[all...]

Completed in 100 milliseconds