Searched refs:xino (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/ubifs/ |
D | xattr.c | 497 struct inode *xino; in ubifs_purge_xattrs() local 518 xino = ubifs_iget(c->vfs_sb, le64_to_cpu(xent->inum)); in ubifs_purge_xattrs() 519 if (IS_ERR(xino)) { in ubifs_purge_xattrs() 520 err = PTR_ERR(xino); in ubifs_purge_xattrs() 528 ubifs_assert(c, ubifs_inode(xino)->xattr); in ubifs_purge_xattrs() 530 clear_nlink(xino); in ubifs_purge_xattrs() 531 err = remove_xattr(c, host, xino, &nm); in ubifs_purge_xattrs() 534 iput(xino); in ubifs_purge_xattrs() 539 iput(xino); in ubifs_purge_xattrs()
|
D | journal.c | 880 struct inode *xino; in ubifs_jnl_write_inode() local 902 xino = ubifs_iget(c->vfs_sb, xent->inum); in ubifs_jnl_write_inode() 903 if (IS_ERR(xino)) { in ubifs_jnl_write_inode() 904 err = PTR_ERR(xino); in ubifs_jnl_write_inode() 910 ubifs_assert(c, ubifs_inode(xino)->xattr); in ubifs_jnl_write_inode() 912 clear_nlink(xino); in ubifs_jnl_write_inode() 913 pack_inode(c, ino, xino, 0); in ubifs_jnl_write_inode() 915 iput(xino); in ubifs_jnl_write_inode()
|
/Linux-v5.4/fs/overlayfs/ |
D | super.c | 361 if (ofs->config.xino != ovl_xino_def()) in ovl_show_options() 362 seq_printf(m, ",xino=%s", ovl_xino_str[ofs->config.xino]); in ovl_show_options() 542 config->xino = OVL_XINO_ON; in ovl_parse_opt() 546 config->xino = OVL_XINO_OFF; in ovl_parse_opt() 550 config->xino = OVL_XINO_AUTO; in ovl_parse_opt() 1382 ofs->config.xino = OVL_XINO_OFF; in ovl_get_lower_layers() 1383 } else if (ofs->config.xino == OVL_XINO_ON && !ofs->xino_bits) { in ovl_get_lower_layers() 1579 ofs->config.xino = ovl_xino_def(); in ovl_fill_super() 1595 if (ofs->config.xino != OVL_XINO_OFF) in ovl_fill_super()
|
D | ovl_entry.h | 18 int xino; member
|
/Linux-v5.4/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-v5.4/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 371 3) "xino" 373 Enabled with the mount option "xino=auto" or "xino=on", with the module
|