Searched refs:inodes (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/squashfs/
H A Dsquashfs_fs_sb.h76 unsigned int inodes; member in struct:squashfs_sb_info
H A Dexport.c124 u64 lookup_table_start, unsigned int inodes)
126 unsigned int length = SQUASHFS_LOOKUP_BLOCK_BYTES(inodes);
123 squashfs_read_inode_lookup_table(struct super_block *sb, u64 lookup_table_start, unsigned int inodes) argument
H A Dsuper.c177 msblk->inodes = le32_to_cpu(sblk->inodes);
187 TRACE("Number of inodes %d\n", msblk->inodes);
258 lookup_table_start, msblk->inodes);
341 buf->f_files = msblk->inodes;
H A Dsquashfs_fs.h250 __le32 inodes; member in struct:squashfs_super_block
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/squashfs/
H A Dsquashfs_fs_sb.h76 unsigned int inodes; member in struct:squashfs_sb_info
H A Dexport.c124 u64 lookup_table_start, unsigned int inodes)
126 unsigned int length = SQUASHFS_LOOKUP_BLOCK_BYTES(inodes);
123 squashfs_read_inode_lookup_table(struct super_block *sb, u64 lookup_table_start, unsigned int inodes) argument
H A Dsuper.c177 msblk->inodes = le32_to_cpu(sblk->inodes);
187 TRACE("Number of inodes %d\n", msblk->inodes);
258 lookup_table_start, msblk->inodes);
341 buf->f_files = msblk->inodes;
H A Dsquashfs_fs.h250 __le32 inodes; member in struct:squashfs_super_block
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_rename.c43 * Enter all inodes for a rename transaction into a sorted array.
53 int *num_inodes) /* out: number of inodes in array */
59 * i_tab contains a list of pointers to inodes. We initialize
112 xfs_inode_t *inodes[4]; local
133 inodes, &num_inodes);
152 * Attach the dquots to the inodes
154 error = xfs_qm_vop_rename_dqattach(inodes);
161 * Lock all the participating inodes. Depending upon whether
164 * directory, we can lock from 2 to 4 inodes.
166 xfs_lock_inodes(inodes, num_inode
[all...]
H A Dxfs_vnodeops.c1409 * Attach the dquot(s) to the inodes and modify them incore.
1491 * The following routine will lock n inodes in exclusive mode.
1492 * We assume the caller calls us with the inodes in i_ino order.
1504 int inodes,
1510 ASSERT(ips && (inodes >= 2)); /* we need at least two */
1516 for (; i < inodes; i++) {
1523 * If try_lock is not set yet, make sure all locked inodes
1502 xfs_lock_inodes( xfs_inode_t **ips, int inodes, uint lock_mode) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_rename.c43 * Enter all inodes for a rename transaction into a sorted array.
53 int *num_inodes) /* out: number of inodes in array */
59 * i_tab contains a list of pointers to inodes. We initialize
112 xfs_inode_t *inodes[4]; local
133 inodes, &num_inodes);
152 * Attach the dquots to the inodes
154 error = xfs_qm_vop_rename_dqattach(inodes);
161 * Lock all the participating inodes. Depending upon whether
164 * directory, we can lock from 2 to 4 inodes.
166 xfs_lock_inodes(inodes, num_inode
[all...]
H A Dxfs_vnodeops.c1409 * Attach the dquot(s) to the inodes and modify them incore.
1491 * The following routine will lock n inodes in exclusive mode.
1492 * We assume the caller calls us with the inodes in i_ino order.
1504 int inodes,
1510 ASSERT(ips && (inodes >= 2)); /* we need at least two */
1516 for (; i < inodes; i++) {
1523 * If try_lock is not set yet, make sure all locked inodes
1502 xfs_lock_inodes( xfs_inode_t **ips, int inodes, uint lock_mode) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Dmkfs_minix.c31 * 32 inodes, for a news partition use more.
56 * -i for number of inodes
261 msg_eol = "can't write inodes";
555 unsigned long inodes; local
572 inodes = G.total_blocks / 3;
574 inodes = G.req_nr_inodes;
577 inodes = (inodes + MINIX2_INODES_PER_BLOCK - 1) &
580 inodes = (inodes
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dmkfs_minix.c31 * 32 inodes, for a news partition use more.
56 * -i for number of inodes
261 msg_eol = "can't write inodes";
555 unsigned long inodes; local
572 inodes = G.total_blocks / 3;
574 inodes = G.req_nr_inodes;
577 inodes = (inodes + MINIX2_INODES_PER_BLOCK - 1) &
580 inodes = (inodes
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dmkfs_minix.c31 * 32 inodes, for a news partition use more.
56 * -i for number of inodes
261 msg_eol = "can't write inodes";
555 unsigned long inodes; local
572 inodes = G.total_blocks / 3;
574 inodes = G.req_nr_inodes;
577 inodes = (inodes + MINIX2_INODES_PER_BLOCK - 1) &
580 inodes = (inodes
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dio.c841 wbuf->inodes = kmalloc(size, GFP_KERNEL);
842 if (!wbuf->inodes) {
882 wbuf->inodes[wbuf->next_ino++] = inum;
900 if (inum == wbuf->inodes[i]) {
H A Ddebug.c1020 * inode size. This function has to be called only for locked inodes (@i_mutex
1694 * @rb: link in the RB-tree of inodes
1731 * @inodes: RB-tree of all inodes (contains @struct fsck_inode objects)
1734 struct rb_root inodes; member in struct:fsck_data
1738 * add_inode - add inode information to RB-tree of inodes.
1744 * inode @ino to the RB-tree of inodes. Returns inode information pointer in
1755 p = &fsckd->inodes.rb_node;
1789 rb_insert_color(&fscki->rb, &fsckd->inodes);
1794 * search_inode - search inode in the RB-tree of inodes
[all...]
H A Dubifs.h103 /* Maximum possible inode number (only 32-bit inodes are supported now) */
349 * inodes
358 * @ui_mutex exists for two main reasons. At first it prevents inodes from
361 * example, in 'ubifs_rename()' we change 3 inodes simultaneously, and
369 * actually). But unfortunately, VFS marks inodes dirty in many places, and it
651 * @lock: serializes @buf, @lnum, @offs, @avail, @used, @next_ino and @inodes
660 * @inodes: stores the inode numbers of the nodes which are in wbuf
690 ino_t *inodes; member in struct:ubifs_wbuf
840 * @dirtied_ino: how many inodes the operation makes dirty
853 * is 13 bits, and @dirtied_ino_d - 15, because up to 4 inodes ma
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dio.c841 wbuf->inodes = kmalloc(size, GFP_KERNEL);
842 if (!wbuf->inodes) {
882 wbuf->inodes[wbuf->next_ino++] = inum;
900 if (inum == wbuf->inodes[i]) {
H A Ddebug.c1020 * inode size. This function has to be called only for locked inodes (@i_mutex
1694 * @rb: link in the RB-tree of inodes
1731 * @inodes: RB-tree of all inodes (contains @struct fsck_inode objects)
1734 struct rb_root inodes; member in struct:fsck_data
1738 * add_inode - add inode information to RB-tree of inodes.
1744 * inode @ino to the RB-tree of inodes. Returns inode information pointer in
1755 p = &fsckd->inodes.rb_node;
1789 rb_insert_color(&fscki->rb, &fsckd->inodes);
1794 * search_inode - search inode in the RB-tree of inodes
[all...]
H A Dubifs.h103 /* Maximum possible inode number (only 32-bit inodes are supported now) */
349 * inodes
358 * @ui_mutex exists for two main reasons. At first it prevents inodes from
361 * example, in 'ubifs_rename()' we change 3 inodes simultaneously, and
369 * actually). But unfortunately, VFS marks inodes dirty in many places, and it
651 * @lock: serializes @buf, @lnum, @offs, @avail, @used, @next_ino and @inodes
660 * @inodes: stores the inode numbers of the nodes which are in wbuf
690 ino_t *inodes; member in struct:ubifs_wbuf
840 * @dirtied_ino: how many inodes the operation makes dirty
853 * is 13 bits, and @dirtied_ino_d - 15, because up to 4 inodes ma
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/quota/
H A Ddquot.c27 * remove_dquot_ref() moved to inode.c - it now traverses through inodes
110 * from inodes (dquot_alloc_space() and such don't check the dq_lock).
511 * quota is disabled and pointers from inodes removed so there cannot be new
512 * quota users. There can still be some users of quotas due to inodes being
982 * Dquots are removed from inodes and no new references can be got so we are
1009 * We have to scan also I_NEW inodes because they can already
1030 /* Gather all references from inodes and drop them */
1214 static int check_idq(struct dquot *dquot, qsize_t inodes, char *warntype) argument
1216 qsize_t newinodes = dquot->dq_dqb.dqb_curinodes + inodes;
1301 static int info_idq_free(struct dquot *dquot, qsize_t inodes) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dshmem.c1894 * No ordinary (disk based) filesystem counts links as inodes;
2150 * so as we hash inodes here rather than at creation
2270 unsigned long inodes; local
2277 inodes = sbinfo->max_inodes - sbinfo->free_inodes;
2280 if (config.max_inodes < inodes)
2296 sbinfo->free_inodes = config.max_inodes - inodes;
2355 * tmpfs instance, limiting inodes to one per page of lowmem;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dshmem.c1894 * No ordinary (disk based) filesystem counts links as inodes;
2150 * so as we hash inodes here rather than at creation
2270 unsigned long inodes; local
2277 inodes = sbinfo->max_inodes - sbinfo->free_inodes;
2280 if (config.max_inodes < inodes)
2296 sbinfo->free_inodes = config.max_inodes - inodes;
2355 * tmpfs instance, limiting inodes to one per page of lowmem;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/quota/
H A Ddquot.c27 * remove_dquot_ref() moved to inode.c - it now traverses through inodes
110 * from inodes (dquot_alloc_space() and such don't check the dq_lock).
511 * quota is disabled and pointers from inodes removed so there cannot be new
512 * quota users. There can still be some users of quotas due to inodes being
982 * Dquots are removed from inodes and no new references can be got so we are
1009 * We have to scan also I_NEW inodes because they can already
1030 /* Gather all references from inodes and drop them */
1214 static int check_idq(struct dquot *dquot, qsize_t inodes, char *warntype) argument
1216 qsize_t newinodes = dquot->dq_dqb.dqb_curinodes + inodes;
1301 static int info_idq_free(struct dquot *dquot, qsize_t inodes) argument
[all...]

Completed in 462 milliseconds

12