Home
last modified time | relevance | path

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

123

/linux-2.6.39/fs/xfs/
Dxfs_rename.c112 xfs_inode_t *inodes[4]; in xfs_rename() local
133 inodes, &num_inodes); in xfs_rename()
154 error = xfs_qm_vop_rename_dqattach(inodes); in xfs_rename()
166 xfs_lock_inodes(inodes, num_inodes, XFS_ILOCK_EXCL); in xfs_rename()
/linux-2.6.39/Documentation/filesystems/
Dsquashfs.txt5 It uses zlib/lzo compression to compress files, inodes and directories.
44 Squashfs compresses data, inodes and directories. In addition, inode and
48 inodes have different sizes).
107 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
113 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
118 To maximise compression there are different inodes for each file type
123 directory inode are defined: inodes optimised for frequently occurring
130 Like inodes, directories are packed into compressed metadata blocks, stored
137 fact that (in most cases) the inodes of the files will be in the same
203 expired/flushed inodes.
[all …]
Dlogfs.txt55 Objects are either inodes, directory entries (dentries), file data
66 respectively. Inode file data is on level 6 for the inodes and 7-11
75 All inodes are stored in a special file, the inode file. Single
78 leaf nodes of the inode files are inodes.
94 bytes and the height of an inodes indirect tree.
138 accordingly. New inodes will inherit the compression flag of the
222 remain open until all dirty inodes are written. So
224 complain about remaining inodes due to the inode file either. Same
Dquota.txt6 number of used inodes (inode is a filesystem structure which is associated with
8 of used inodes there are actually two limits. The first one is called softlimit
13 more space/inodes until he frees enough of them to get below softlimit.
Dsysv-fs.txt43 separate areas for inodes and for directories/data.
74 There is a cache of a certain number of free inodes in the super-block.
75 When it is exhausted, new free inodes are found using a linear search.
169 * Inode size, inodes per block
Dext2.txt68 the concepts of blocks, inodes and directories. It has space in the
92 bitmap and the inode usage bitmap which show which blocks and inodes
117 number of inodes and blocks in the filesystem and how many are free,
118 how many inodes and blocks are in each block group, when the filesystem
179 The inode allocation code tries to assign inodes which are in the same
192 Symbolic links are also filesystem objects with inodes. They deserve
305 created, and depend upon the block size chosen. The ratio of inodes to
307 increase the number of inodes is to increase the size of the filesystem.
308 No tools currently exist which can change the ratio of inodes to blocks.
Dnilfs2.txt167 1) Inode file (ifile) -- Stores on-disk inodes
188 three special inodes, inodes for the DAT, cpfile, and sufile. Inodes
Dtmpfs.txt64 nr_inodes: The maximum number of inodes for this instance. The default
75 if nr_inodes=0, inodes will not be limited. It is generally unwise to
140 RAM/SWAP in 10240 inodes and it is only accessible by root.
Ddlmfs.txt88 Locks for a given domain are represented by regular inodes inside the
97 not automatically create inodes for existing lock resources.
Dceph.txt40 particular, inodes with only a single link are embedded in
41 directories, allowing entire directories of dentries and inodes to be
Dgfs2-glocks.txt103 (Parents before children, inodes at "same level" with same parent in
112 determine the lifetime of the inode in question. Locking of inodes
/linux-2.6.39/fs/squashfs/
Dsuper.c176 msblk->inodes = le32_to_cpu(sblk->inodes); in squashfs_fill_super()
186 TRACE("Number of inodes %d\n", msblk->inodes); in squashfs_fill_super()
257 lookup_table_start, msblk->inodes); in squashfs_fill_super()
340 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.h76 unsigned int inodes; member
DKconfig9 compress both files, inodes and directories. Inodes in the system
34 Xattrs are name:value pairs associated with inodes by
/linux-2.6.39/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.
/linux-2.6.39/fs/ubifs/
Dio.c945 wbuf->inodes = kmalloc(size, GFP_KERNEL); in ubifs_wbuf_init()
946 if (!wbuf->inodes) { in ubifs_wbuf_init()
993 wbuf->inodes[wbuf->next_ino++] = inum; in ubifs_wbuf_add_ino_nolock()
1011 if (inum == wbuf->inodes[i]) { in wbuf_has_ino()
Ddebug.c1776 struct rb_root inodes; member
1797 p = &fsckd->inodes.rb_node; in add_inode()
1831 rb_insert_color(&fscki->rb, &fsckd->inodes); in add_inode()
1849 p = fsckd->inodes.rb_node; in search_inode()
2093 struct rb_node *this = fsckd->inodes.rb_node; in free_inodes()
2133 struct rb_node *this = rb_first(&fsckd->inodes); in check_inodes()
2265 fsckd.inodes = RB_ROOT; in dbg_check_filesystem()
/linux-2.6.39/Documentation/arm/SA1100/
Dserial_UART27 You must create those inodes in /dev on the root filesystem used
/linux-2.6.39/Documentation/sysctl/
Dfs.txt128 out of inodes, you need to increase this value.
137 Nr_inodes stands for the number of inodes the system has
141 Nr_free_inodes represents the number of free inodes (?) and
Dvm.txt143 inodes from memory, causing that memory to become free.
147 To free dentries and inodes:
149 To free pagecache, dentries and inodes:
657 reclaim dentries and inodes at a "fair" rate with respect to pagecache and
660 never reclaim dentries and inodes due to memory pressure and this can easily
662 causes the kernel to prefer to reclaim dentries and inodes.
/linux-2.6.39/fs/ext2/
DKconfig15 Extended attributes are name:value pairs associated with inodes by
/linux-2.6.39/fs/cramfs/
DREADME6 swapped around (though it does care that directory entries (inodes) in
120 data, only the superblock, inodes and block pointers.
/linux-2.6.39/fs/ext4/
DKconfig45 Extended attributes are name:value pairs associated with inodes by
/linux-2.6.39/fs/reiserfs/
DKconfig59 Extended attributes are name:value pairs associated with inodes by

123