Searched refs:xino (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/overlayfs/ |
D | super.c | 360 if (ofs->config.xino != ovl_xino_def()) in ovl_show_options() 361 seq_printf(m, ",xino=%s", ovl_xino_str[ofs->config.xino]); in ovl_show_options() 538 config->xino = OVL_XINO_ON; in ovl_parse_opt() 542 config->xino = OVL_XINO_OFF; in ovl_parse_opt() 546 config->xino = OVL_XINO_AUTO; in ovl_parse_opt() 1265 ofs->config.xino = OVL_XINO_OFF; in ovl_get_lower_layers() 1266 } else if (ofs->config.xino == OVL_XINO_ON && !ofs->xino_bits) { in ovl_get_lower_layers() 1391 ofs->config.xino = ovl_xino_def(); in ovl_fill_super() 1407 if (ofs->config.xino != OVL_XINO_OFF) in ovl_fill_super()
|
D | ovl_entry.h | 21 int xino; member
|
/Linux-v4.19/fs/nfsd/ |
D | nfsfh.c | 200 ino_t xino; in nfsd_set_fh_dentry() local 206 xino = u32_to_ino_t(fh->ofh_xino); in nfsd_set_fh_dentry() 207 mk_fsid(FSID_DEV, tfh, xdev, xino, 0, NULL); in nfsd_set_fh_dentry()
|
/Linux-v4.19/Documentation/filesystems/ |
D | overlayfs.txt | 39 with the "xino" feature. The "xino" feature composes a unique object 44 filesystem uses 64bit inode numbers, users can still enable the "xino" 45 feature with the "-o xino=on" overlay mount option. That is useful for the 353 3) "xino" 355 Enabled with the mount option "xino=auto" or "xino=on", with the module
|