Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_rename.c114 xfs_inode_t *inodes[4]; in xfs_rename() local
148 inodes, &num_inodes); in xfs_rename()
169 if ((error = XFS_QM_DQVOPRENAME(mp, inodes))) { in xfs_rename()
180 xfs_lock_inodes(inodes, num_inodes, XFS_ILOCK_EXCL); in xfs_rename()
Dxfs_vnodeops.c1639 int inodes, in xfs_lock_inodes() argument
1645 ASSERT(ips && (inodes >= 2)); /* we need at least two */ in xfs_lock_inodes()
1651 for (; i < inodes; i++) { in xfs_lock_inodes()
/fs/squashfs/
Dsuper.c171 msblk->inodes = le32_to_cpu(sblk->inodes); in squashfs_fill_super()
181 TRACE("Number of inodes %d\n", msblk->inodes); in squashfs_fill_super()
245 lookup_table_start, msblk->inodes); in squashfs_fill_super()
311 buf->f_files = msblk->inodes; in squashfs_statfs()
Dexport.c124 u64 lookup_table_start, 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()
Dsquashfs_fs_sb.h74 unsigned int inodes; member
DKconfig9 files, inodes and directories. Inodes in the system are very small
Dsquashfs_fs.h218 __le32 inodes; member
/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/ubifs/
Dio.c834 wbuf->inodes = kmalloc(size, GFP_KERNEL); in ubifs_wbuf_init()
835 if (!wbuf->inodes) { in ubifs_wbuf_init()
874 wbuf->inodes[wbuf->next_ino++] = inum; in ubifs_wbuf_add_ino_nolock()
892 if (inum == wbuf->inodes[i]) { in wbuf_has_ino()
Ddebug.c1640 struct rb_root inodes; member
1661 p = &fsckd->inodes.rb_node; in add_inode()
1695 rb_insert_color(&fscki->rb, &fsckd->inodes); in add_inode()
1713 p = fsckd->inodes.rb_node; in search_inode()
1957 struct rb_node *this = fsckd->inodes.rb_node; in free_inodes()
1997 struct rb_node *this = rb_first(&fsckd->inodes); in check_inodes()
2129 fsckd.inodes = RB_ROOT; in dbg_check_filesystem()
Dubifs.h685 ino_t *inodes; member
Dsuper.c810 kfree(c->jheads[i].wbuf.inodes); in free_wbufs()
/fs/ntfs/
DChangeLog59 forgot to update a temporary variable so loading index inodes which
171 - Report unrepresentable inodes during ntfs_readdir() as KERN_WARNING
254 bit which is preset on some system file inodes as appropriate.
345 to the table of inodes, i.e. $MFT, inode 0.
355 for dirty on-disk inodes and when it finds one it calls
364 read_cache_page() for the page (in page cache of table of inodes
380 fact that the vfs and ntfs inodes are one struct in memory to find
440 - Fix bug in handling of bad inodes in fs/ntfs/namei.c::ntfs_lookup().
527 ntfs_mst_aops for all inodes which are NInoMstProtected() and
528 ntfs_aops for all other inodes.
[all …]
/fs/ext2/
DKconfig15 Extended attributes are name:value pairs associated with inodes by
/fs/
Ddquot.c1097 static int check_idq(struct dquot *dquot, qsize_t inodes, char *warntype) in check_idq() argument
1105 (dquot->dq_dqb.dqb_curinodes + inodes) > dquot->dq_dqb.dqb_ihardlimit && in check_idq()
1112 (dquot->dq_dqb.dqb_curinodes + inodes) > dquot->dq_dqb.dqb_isoftlimit && in check_idq()
1120 (dquot->dq_dqb.dqb_curinodes + inodes) > dquot->dq_dqb.dqb_isoftlimit && in check_idq()
1172 static int info_idq_free(struct dquot *dquot, qsize_t inodes) in info_idq_free() argument
1179 if (dquot->dq_dqb.dqb_curinodes - inodes <= dquot->dq_dqb.dqb_isoftlimit) in info_idq_free()
1182 dquot->dq_dqb.dqb_curinodes - inodes < dquot->dq_dqb.dqb_ihardlimit) in info_idq_free()
/fs/cramfs/
DREADME6 swapped around (though it does care that directory entries (inodes) in
120 data, only the superblock, inodes and block pointers.
/fs/ext3/
DKconfig36 Extended attributes are name:value pairs associated with inodes by
/fs/ext4/
DKconfig48 Extended attributes are name:value pairs associated with inodes by
/fs/reiserfs/
DKconfig56 Extended attributes are name:value pairs associated with inodes by
/fs/cifs/
DKconfig86 Extended attributes are name:value pairs associated with inodes by
DREADME265 uid Set the default uid for inodes. For mounts to servers
295 gid Set the default gid for inodes (similar to above).
297 this overrides the default mode for file inodes.
299 this overrides the default mode for directory inodes.
DCHANGES183 problem (instantiate inodes/dentries in right order for readdir).
342 for inodes created in either path since servers are not always able to
787 lookup information for directory inodes, improving performance,