Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dxattr.c511 struct inode *xino; in ubifs_purge_xattrs() local
533 xino = ubifs_iget(c->vfs_sb, le64_to_cpu(xent->inum)); in ubifs_purge_xattrs()
534 if (IS_ERR(xino)) { in ubifs_purge_xattrs()
535 err = PTR_ERR(xino); in ubifs_purge_xattrs()
544 ubifs_assert(c, ubifs_inode(xino)->xattr); in ubifs_purge_xattrs()
546 clear_nlink(xino); in ubifs_purge_xattrs()
547 err = remove_xattr(c, host, xino, &nm); in ubifs_purge_xattrs()
551 iput(xino); in ubifs_purge_xattrs()
556 iput(xino); in ubifs_purge_xattrs()
H A Djournal.c881 struct inode *xino; in ubifs_jnl_write_inode() local
905 xino = ubifs_iget(c->vfs_sb, le64_to_cpu(xent->inum)); in ubifs_jnl_write_inode()
906 if (IS_ERR(xino)) { in ubifs_jnl_write_inode()
907 err = PTR_ERR(xino); in ubifs_jnl_write_inode()
915 ubifs_assert(c, ubifs_inode(xino)->xattr); in ubifs_jnl_write_inode()
917 clear_nlink(xino); in ubifs_jnl_write_inode()
918 pack_inode(c, ino, xino, 0); in ubifs_jnl_write_inode()
920 iput(xino); in ubifs_jnl_write_inode()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dsuper.c380 if (ofs->config.xino != ovl_xino_def() && !ovl_same_fs(sb)) in ovl_show_options()
381 seq_printf(m, ",xino=%s", ovl_xino_str[ofs->config.xino]); in ovl_show_options()
589 config->xino = OVL_XINO_ON; in ovl_parse_opt()
593 config->xino = OVL_XINO_OFF; in ovl_parse_opt()
597 config->xino = OVL_XINO_AUTO; in ovl_parse_opt()
1544 if (!ofs->config.index && !ofs->config.metacopy && !ofs->config.xino && in ovl_lower_uuid_ok()
1697 if (ofs->config.xino == OVL_XINO_ON) in ovl_get_layers()
1700 } else if (ofs->config.xino == OVL_XINO_OFF) { in ovl_get_layers()
1923 ofs->config.xino = ovl_xino_def(); in ovl_fill_super()
1960 if (ofs->config.xino != OVL_XINO_OFF) { in ovl_fill_super()
[all …]
H A Dovl_entry.h18 int xino; member
H A Doverlayfs.h355 return OVL_FS(sb)->config.xino == OVL_XINO_ON; in ovl_xino_warn()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Doverlayfs.rst41 with the "xino" feature. The "xino" feature composes a unique object
47 filesystem uses 64bit inode numbers, users can still enable the "xino"
48 feature with the "-o xino=on" overlay mount option. That is useful for the
51 the underlying inode number does overflow into the high xino bits, overlay
52 filesystem will fall back to the non xino behavior for that inode.
71 | xino=off | | | | | | | | |
73 | xino=on/auto | Y | Y | Y | Y | Y | Y | Y | Y |
76 | xino=on/auto,| N | Y | Y | N | N | Y | N | Y |
473 3) "xino"
475 Enabled with the mount option "xino=auto" or "xino=on", with the module
/OK3568_Linux_fs/yocto/poky/meta/files/
H A Doverlayfs-etc-preinit.sh.in42 -o index=off,xino=off,redirect_dir=off,metacopy=off \
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsfh.c201 ino_t xino; in nfsd_set_fh_dentry() local
207 xino = u32_to_ino_t(fh->ofh_xino); in nfsd_set_fh_dentry()
208 mk_fsid(FSID_DEV, tfh, xdev, xino, 0, NULL); in nfsd_set_fh_dentry()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo