Lines Matching refs:xino
412 * Without persistent st_ino, xino=auto falls back to xino=off.
414 if (ofs->config.xino == OVL_XINO_AUTO &&
416 ofs->config.xino = OVL_XINO_OFF;
417 pr_warn("fs on '%s' does not support file handles, falling back to xino=off.\n",
784 * Without persistent st_ino, xino=auto falls back to xino=off.
786 if (ofs->config.xino == OVL_XINO_AUTO) {
787 ofs->config.xino = OVL_XINO_OFF;
788 pr_warn("...falling back to xino=off.\n");
997 if (ofs->config.xino == OVL_XINO_AUTO) {
998 ofs->config.xino = OVL_XINO_OFF;
1007 pr_warn("%s uuid detected in lower fs '%pd2', falling back to xino=%s,index=off,nfs_export=off.\n",
1132 * With mount option "xino=<on|auto>", mounter declares that there are
1134 * If overlayfs does encounter underlying inodes using the high xino
1140 if (ofs->config.xino == OVL_XINO_ON)
1141 pr_info("\"xino=on\" is useless with all layers on same fs, ignore.\n");
1143 } else if (ofs->config.xino == OVL_XINO_OFF) {
1151 * xino lower bits overflow.
1158 pr_info("\"xino\" feature enabled using %d upper inode bits.\n",
1388 if (ofs->config.xino != OVL_XINO_OFF) {
1391 pr_warn("xino not supported on 32bit kernel, falling back to xino=off.\n");
1392 ofs->config.xino = OVL_XINO_OFF;