Home
last modified time | relevance | path

Searched refs:inodes (Results 1 – 25 of 27) sorted by relevance

12

/fs/squashfs/
Dexport.c124 u64 lookup_table_start, u64 next_table, unsigned int inodes) in squashfs_read_inode_lookup_table() argument
126 unsigned int length = SQUASHFS_LOOKUP_BLOCK_BYTES(inodes); in squashfs_read_inode_lookup_table()
134 if (inodes == 0) in squashfs_read_inode_lookup_table()
Dsuper.c178 msblk->inodes = le32_to_cpu(sblk->inodes); in squashfs_fill_super()
188 TRACE("Number of inodes %d\n", msblk->inodes); in squashfs_fill_super()
264 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super()
364 buf->f_files = msblk->inodes; in squashfs_statfs()
Dsquashfs_fs_sb.h77 unsigned int inodes; member
DKconfig8 compress both files, inodes and directories. Inodes in the system
77 Xattrs are name:value pairs associated with inodes by
Dsquashfs_fs.h247 __le32 inodes; member
/fs/xfs/
Dxfs_rename.c111 xfs_inode_t *inodes[4]; in xfs_rename() local
121 inodes, &num_inodes); in xfs_rename()
142 error = xfs_qm_vop_rename_dqattach(inodes); in xfs_rename()
154 xfs_lock_inodes(inodes, num_inodes, XFS_ILOCK_EXCL); in xfs_rename()
Dxfs_vnodeops.c711 int inodes, in xfs_lock_inodes() argument
717 ASSERT(ips && (inodes >= 2)); /* we need at least two */ in xfs_lock_inodes()
723 for (; i < inodes; i++) { in xfs_lock_inodes()
/fs/jffs2/
DTODO12 - make the scan code populate real inodes so read_inode just after
15 decide which inodes should be in-core immediately after mount.
DKconfig70 Extended attributes are name:value pairs associated with inodes by
/fs/qnx6/
Dinode.c453 sbi->inodes = qnx6_private_inode(s, &sb1->Inode); in qnx6_fill_super()
454 if (!sbi->inodes) in qnx6_fill_super()
488 iput(sbi->inodes); in qnx6_fill_super()
505 iput(qs->inodes); in qnx6_put_super()
566 mapping = sbi->inodes->i_mapping; in qnx6_iget()
Dqnx6.h35 struct inode * inodes; member
/fs/btrfs/
Dioctl.c3394 struct btrfs_data_container *inodes = ctx; in build_ino_list() local
3397 if (inodes->bytes_left >= c) { in build_ino_list()
3398 inodes->bytes_left -= c; in build_ino_list()
3399 inodes->val[inodes->elem_cnt] = inum; in build_ino_list()
3400 inodes->val[inodes->elem_cnt + 1] = offset; in build_ino_list()
3401 inodes->val[inodes->elem_cnt + 2] = root; in build_ino_list()
3402 inodes->elem_cnt += 3; in build_ino_list()
3404 inodes->bytes_missing += c - inodes->bytes_left; in build_ino_list()
3405 inodes->bytes_left = 0; in build_ino_list()
3406 inodes->elem_missed += 3; in build_ino_list()
[all …]
/fs/ubifs/
Dio.c1035 wbuf->inodes = kmalloc(size, GFP_KERNEL); in ubifs_wbuf_init()
1036 if (!wbuf->inodes) { in ubifs_wbuf_init()
1082 wbuf->inodes[wbuf->next_ino++] = inum; in ubifs_wbuf_add_ino_nolock()
1100 if (inum == wbuf->inodes[i]) { in wbuf_has_ino()
Ddebug.c1779 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()
2121 struct rb_node *this = fsckd->inodes.rb_node; in free_inodes()
2161 struct rb_node *this = rb_first(&fsckd->inodes); in check_inodes()
2284 fsckd.inodes = RB_ROOT; in dbg_check_filesystem()
Dubifs.h695 ino_t *inodes; member
/fs/f2fs/
DKconfig35 Extended attributes are name:value pairs associated with inodes by
/fs/ext2/
DKconfig15 Extended attributes are name:value pairs associated with inodes by
/fs/cramfs/
DREADME6 swapped around (though it does care that directory entries (inodes) in
120 data, only the superblock, inodes and block pointers.
/fs/
Dsuper.c82 int inodes; in prune_super() local
87 inodes = (sc->nr_to_scan * sb->s_nr_inodes_unused) / in prune_super()
97 prune_icache_sb(sb, inodes); in prune_super()
DKconfig144 Extended attributes are name:value pairs associated with inodes by
/fs/reiserfs/
DKconfig59 Extended attributes are name:value pairs associated with inodes by
/fs/ext3/
DKconfig58 Extended attributes are name:value pairs associated with inodes by
/fs/cifs/
DREADME265 forceuid Set the default uid for inodes to the uid
294 can not support returning uids on inodes.
296 uid Set the default uid for inodes, and indicate to the
299 not used to fill in the owner fields of inodes (files)
301 gid Set the default gid for inodes (similar to above).
303 this overrides the default mode for file inodes.
315 this overrides the default mode for directory inodes.
DKconfig94 Extended attributes are name:value pairs associated with inodes by
/fs/quota/
Ddquot.c1256 static int check_idq(struct dquot *dquot, qsize_t inodes, in check_idq() argument
1259 qsize_t newinodes = dquot->dq_dqb.dqb_curinodes + inodes; in check_idq()
1343 static int info_idq_free(struct dquot *dquot, qsize_t inodes) in info_idq_free() argument
1352 newinodes = dquot->dq_dqb.dqb_curinodes - inodes; in info_idq_free()

12