Home
last modified time | relevance | path

Searched refs:xino (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/overlayfs/
Dsuper.c369 if (ofs->config.xino != ovl_xino_def()) in ovl_show_options()
370 seq_printf(m, ",xino=%s", ovl_xino_str[ofs->config.xino]); in ovl_show_options()
549 config->xino = OVL_XINO_ON; in ovl_parse_opt()
553 config->xino = OVL_XINO_OFF; in ovl_parse_opt()
557 config->xino = OVL_XINO_AUTO; in ovl_parse_opt()
1374 ofs->config.xino = OVL_XINO_OFF; in ovl_get_lower_layers()
1375 } else if (ofs->config.xino == OVL_XINO_ON && !ofs->xino_bits) { in ovl_get_lower_layers()
1573 ofs->config.xino = ovl_xino_def(); in ovl_fill_super()
1589 if (ofs->config.xino != OVL_XINO_OFF) in ovl_fill_super()
Dovl_entry.h21 int xino; member
/linux-4.19.296/fs/nfsd/
Dnfsfh.c200 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()