/fs/overlayfs/ |
D | Kconfig | 46 bool "Overlayfs: turn on inodes index feature by default" 50 the index directory to map lower inodes to upper inodes by default. 55 The inodes index feature prevents breaking of lower hardlinks on copy 58 Note, that the inodes index feature is not backward compatible. 59 That is, mounting an overlay which has an inodes index on a kernel 100 inodes to a unified address space. The mapped 64bit inode numbers 101 might not be compatible with applications that expect 32bit inodes. 103 If compatibility with applications that expect 32bit inodes is not an 123 mounting an overlay which has metacopy only inodes on a kernel
|
/fs/squashfs/ |
D | export.c | 50 if (ino_num == 0 || (ino_num - 1) >= msblk->inodes) in squashfs_inode_lookup() 116 u64 lookup_table_start, u64 next_table, unsigned int inodes) in squashfs_read_inode_lookup_table() argument 118 unsigned int length = SQUASHFS_LOOKUP_BLOCK_BYTES(inodes); in squashfs_read_inode_lookup_table() 119 unsigned int indexes = SQUASHFS_LOOKUP_BLOCKS(inodes); in squashfs_read_inode_lookup_table() 129 if (inodes == 0) in squashfs_read_inode_lookup_table()
|
D | super.c | 167 msblk->inodes = le32_to_cpu(sblk->inodes); in squashfs_fill_super() 179 TRACE("Number of inodes %d\n", msblk->inodes); in squashfs_fill_super() 256 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super() 380 buf->f_files = msblk->inodes; in squashfs_statfs()
|
D | squashfs_fs_sb.h | 64 unsigned int inodes; member
|
D | Kconfig | 9 compress both files, inodes and directories. Inodes in the system 106 Xattrs are name:value pairs associated with inodes by
|
D | squashfs_fs.h | 242 __le32 inodes; member
|
/fs/xfs/ |
D | xfs_iwalk.c | 490 unsigned int inodes) in xfs_iwalk_prefetch() argument 500 if (inodes == 0) in xfs_iwalk_prefetch() 501 inodes = IWALK_MAX_INODE_PREFETCH; in xfs_iwalk_prefetch() 502 inodes = min(inodes, IWALK_MAX_INODE_PREFETCH); in xfs_iwalk_prefetch() 505 inodes = round_up(inodes, XFS_INODES_PER_CHUNK); in xfs_iwalk_prefetch() 520 inobt_records = (inodes * 5) / (4 * XFS_INODES_PER_CHUNK); in xfs_iwalk_prefetch()
|
D | xfs_inode.c | 445 int inodes, in xfs_lock_inodes() argument 458 ASSERT(ips && inodes >= 2 && inodes <= 5); in xfs_lock_inodes() 464 inodes <= XFS_MMAPLOCK_MAX_SUBCLASS + 1); in xfs_lock_inodes() 466 inodes <= XFS_ILOCK_MAX_SUBCLASS + 1); in xfs_lock_inodes() 476 for (; i < inodes; i++) { in xfs_lock_inodes() 3156 struct xfs_inode *inodes[__XFS_SORT_INODES]; in xfs_rename() local 3184 inodes, &num_inodes); in xfs_rename() 3199 error = xfs_qm_vop_rename_dqattach(inodes); in xfs_rename() 3209 xfs_lock_inodes(inodes, num_inodes, XFS_ILOCK_EXCL); in xfs_rename() 3279 for (i = 0; i < num_inodes && inodes[i] != NULL; i++) { in xfs_rename() [all …]
|
/fs/xfs/scrub/ |
D | ialloc.c | 42 unsigned long long inodes; member 460 iabt->inodes += irec.ir_count; in xchk_iallocbt_rec() 552 unsigned long long inodes) in xchk_iallocbt_xref_rmap_inodes() argument 566 inode_blocks = XFS_B_TO_FSB(sc->mp, inodes * sc->mp->m_sb.sb_inodesize); in xchk_iallocbt_xref_rmap_inodes() 579 .inodes = 0, in xchk_iallocbt() 601 xchk_iallocbt_xref_rmap_inodes(sc, which, iabt.inodes); in xchk_iallocbt()
|
/fs/qnx6/ |
D | inode.c | 436 sbi->inodes = qnx6_private_inode(s, &sb1->Inode); in qnx6_fill_super() 437 if (!sbi->inodes) in qnx6_fill_super() 471 iput(sbi->inodes); in qnx6_fill_super() 488 iput(qs->inodes); in qnx6_put_super() 548 mapping = sbi->inodes->i_mapping; in qnx6_iget()
|
D | qnx6.h | 36 struct inode * inodes; member
|
/fs/jffs2/ |
D | TODO | 12 - make the scan code populate real inodes so read_inode just after 15 decide which inodes should be in-core immediately after mount.
|
/fs/btrfs/ |
D | backref.c | 2069 struct btrfs_data_container *inodes = ctx; local 2072 if (inodes->bytes_left >= c) { 2073 inodes->bytes_left -= c; 2074 inodes->val[inodes->elem_cnt] = inum; 2075 inodes->val[inodes->elem_cnt + 1] = offset; 2076 inodes->val[inodes->elem_cnt + 2] = root; 2077 inodes->elem_cnt += 3; 2079 inodes->bytes_missing += c - inodes->bytes_left; 2080 inodes->bytes_left = 0; 2081 inodes->elem_missed += 3;
|
/fs/ |
D | super.c | 69 long inodes; in super_cache_scan() local 86 inodes = list_lru_shrink_count(&sb->s_inode_lru, sc); in super_cache_scan() 88 total_objects = dentries + inodes + fs_objects + 1; in super_cache_scan() 94 inodes = mult_frac(sc->nr_to_scan, inodes, total_objects); in super_cache_scan() 106 sc->nr_to_scan = inodes + 1; in super_cache_scan()
|
/fs/ext2/ |
D | Kconfig | 16 Extended attributes are name:value pairs associated with inodes by
|
/fs/ubifs/ |
D | io.c | 1151 wbuf->inodes = kmalloc(size, GFP_KERNEL); in ubifs_wbuf_init() 1152 if (!wbuf->inodes) { in ubifs_wbuf_init() 1194 wbuf->inodes[wbuf->next_ino++] = inum; in ubifs_wbuf_add_ino_nolock() 1212 if (inum == wbuf->inodes[i]) { in wbuf_has_ino()
|
D | debug.c | 1779 struct rb_root inodes; member 1802 p = &fsckd->inodes.rb_node; in add_inode() 1862 rb_insert_color(&fscki->rb, &fsckd->inodes); in add_inode() 1881 p = fsckd->inodes.rb_node; in search_inode() 2127 rbtree_postorder_for_each_entry_safe(fscki, n, &fsckd->inodes, rb) in free_inodes() 2149 struct rb_node *this = rb_first(&fsckd->inodes); in check_inodes() 2272 fsckd.inodes = RB_ROOT; in dbg_check_filesystem()
|
D | Kconfig | 71 Xattrs are name:value pairs associated with inodes by
|
/fs/ext4/ |
D | xattr.h | 134 struct inode *inodes[]; member
|
/fs/proc/ |
D | internal.h | 220 void proc_invalidate_siblings_dcache(struct hlist_head *inodes, spinlock_t *lock);
|
D | inode.c | 113 void proc_invalidate_siblings_dcache(struct hlist_head *inodes, spinlock_t *lock) in proc_invalidate_siblings_dcache() argument 123 node = hlist_first_rcu(inodes); in proc_invalidate_siblings_dcache()
|
/fs/erofs/ |
D | Kconfig | 36 Extended attributes are name:value pairs associated with inodes by
|
/fs/cramfs/ |
D | README | 6 swapped around (though it does care that directory entries (inodes) in 149 data, only the superblock, inodes and block pointers.
|
/fs/reiserfs/ |
D | Kconfig | 60 Extended attributes are name:value pairs associated with inodes by
|
/fs/f2fs/ |
D | Kconfig | 48 Extended attributes are name:value pairs associated with inodes by
|