/linux-3.4.99/fs/squashfs/ |
D | export.c | 124 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()
|
D | super.c | 177 msblk->inodes = le32_to_cpu(sblk->inodes); in squashfs_fill_super() 187 TRACE("Number of inodes %d\n", msblk->inodes); in squashfs_fill_super() 262 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super() 362 buf->f_files = msblk->inodes; in squashfs_statfs()
|
D | squashfs_fs_sb.h | 77 unsigned int inodes; member
|
D | Kconfig | 8 compress both files, inodes and directories. Inodes in the system 33 Xattrs are name:value pairs associated with inodes by
|
/linux-3.4.99/fs/xfs/ |
D | xfs_rename.c | 112 xfs_inode_t *inodes[4]; in xfs_rename() local 122 inodes, &num_inodes); in xfs_rename() 143 error = xfs_qm_vop_rename_dqattach(inodes); in xfs_rename() 155 xfs_lock_inodes(inodes, num_inodes, XFS_ILOCK_EXCL); in xfs_rename()
|
/linux-3.4.99/Documentation/filesystems/ |
D | squashfs.txt | 5 It uses zlib/lzo/xz compression to compress files, inodes and directories. 44 Squashfs compresses data, inodes and directories. In addition, inode and 48 inodes have different sizes). 109 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each 115 boundaries, therefore inodes overlap compressed blocks. Inodes are identified 120 To maximise compression there are different inodes for each file type 125 directory inode are defined: inodes optimised for frequently occurring 132 Like inodes, directories are packed into compressed metadata blocks, stored 139 fact that (in most cases) the inodes of the files will be in the same 205 expired/flushed inodes. [all …]
|
D | logfs.txt | 55 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
|
D | quota.txt | 6 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.
|
D | sysv-fs.txt | 43 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
|
D | qnx6.txt | 16 concepts of blocks, inodes and directories. 47 Each superblock holds a set of root inodes for the different filesystem 59 indirect adressing blocks or inodes. 91 filename inodes start with 0) 112 Symbolic links are also filesystem objects with inodes. They got a specific
|
D | ext2.txt | 68 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.
|
D | tmpfs.txt | 64 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.
|
D | nilfs2.txt | 166 1) Inode file (ifile) -- Stores on-disk inodes 187 three special inodes, inodes for the DAT, cpfile, and sufile. Inodes
|
D | dlmfs.txt | 88 Locks for a given domain are represented by regular inodes inside the 97 not automatically create inodes for existing lock resources.
|
D | gfs2-glocks.txt | 103 (Parents before children, inodes at "same level" with same parent in 112 determine the lifetime of the inode in question. Locking of inodes
|
D | ceph.txt | 40 particular, inodes with only a single link are embedded in 41 directories, allowing entire directories of dentries and inodes to be
|
/linux-3.4.99/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.
|
/linux-3.4.99/fs/btrfs/ |
D | ioctl.c | 3106 struct btrfs_data_container *inodes = ctx; in build_ino_list() local 3109 if (inodes->bytes_left >= c) { in build_ino_list() 3110 inodes->bytes_left -= c; in build_ino_list() 3111 inodes->val[inodes->elem_cnt] = inum; in build_ino_list() 3112 inodes->val[inodes->elem_cnt + 1] = offset; in build_ino_list() 3113 inodes->val[inodes->elem_cnt + 2] = root; in build_ino_list() 3114 inodes->elem_cnt += 3; in build_ino_list() 3116 inodes->bytes_missing += c - inodes->bytes_left; in build_ino_list() 3117 inodes->bytes_left = 0; in build_ino_list() 3118 inodes->elem_missed += 3; in build_ino_list() [all …]
|
D | ioctl.h | 266 __u64 inodes; member
|
/linux-3.4.99/fs/qnx6/ |
D | inode.c | 452 sbi->inodes = qnx6_private_inode(s, &sb1->Inode); in qnx6_fill_super() 453 if (!sbi->inodes) in qnx6_fill_super() 487 iput(sbi->inodes); in qnx6_fill_super() 504 iput(qs->inodes); in qnx6_put_super() 565 mapping = sbi->inodes->i_mapping; in qnx6_iget()
|
D | qnx6.h | 35 struct inode * inodes; member
|
/linux-3.4.99/Documentation/arm/SA1100/ |
D | serial_UART | 27 You must create those inodes in /dev on the root filesystem used
|
/linux-3.4.99/Documentation/sysctl/ |
D | fs.txt | 128 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
|
/linux-3.4.99/fs/ext2/ |
D | Kconfig | 15 Extended attributes are name:value pairs associated with inodes by
|
/linux-3.4.99/fs/ubifs/ |
D | io.c | 1042 wbuf->inodes = kmalloc(size, GFP_KERNEL); in ubifs_wbuf_init() 1043 if (!wbuf->inodes) { in ubifs_wbuf_init() 1090 wbuf->inodes[wbuf->next_ino++] = inum; in ubifs_wbuf_add_ino_nolock() 1108 if (inum == wbuf->inodes[i]) { in wbuf_has_ino()
|