Searched refs:xino (Results 1 – 3 of 3) sorted by relevance
41 with the "xino" feature. The "xino" feature composes a unique object43 The "xino" feature uses the high inode number bits for fsid, because the45 the underlying inode number does overflow into the high xino bits, overlay46 filesystem will fall back to the non xino behavior for that inode.48 The "xino" feature can be enabled with the "-o xino=on" overlay mount option.51 the lifetime of the filesystem. The "-o xino=auto" overlay mount option52 enables the "xino" feature only if the persistent st_ino requirement is met.71 | xino=off | | | | | | | | |73 | xino=on/auto | Y | Y | Y | Y | Y | Y | Y | Y |75 | xino=on/auto,| N | N | Y | N | N | Y | N | Y |[all …]
99 return ovl_parameter_xino[config->xino].name; in ovl_xino_mode()678 config->xino = result.uint_32; in ovl_parse_param()823 ofs->config.xino = ovl_xino_def(); in ovl_init_fs_context()1092 if (ofs->config.xino != ovl_xino_def() && !ovl_same_fs(ofs)) in ovl_show_options()
18 int xino; member