Home
last modified time | relevance | path

Searched refs:extent (Results 1 – 99 of 99) sorted by relevance

/linux-4.4.14/kernel/
Duser_namespace.c165 first = map->extent[idx].first; in map_id_range_down()
166 last = first + map->extent[idx].count - 1; in map_id_range_down()
173 id = (id - first) + map->extent[idx].lower_first; in map_id_range_down()
189 first = map->extent[idx].first; in map_id_down()
190 last = first + map->extent[idx].count - 1; in map_id_down()
196 id = (id - first) + map->extent[idx].lower_first; in map_id_down()
212 first = map->extent[idx].lower_first; in map_id_up()
213 last = first + map->extent[idx].count - 1; in map_id_up()
219 id = (id - first) + map->extent[idx].first; in map_id_up()
433 struct uid_gid_extent *extent = v; in uid_m_show() local
[all …]
Duser.c28 .extent[0] = {
36 .extent[0] = {
44 .extent[0] = {
/linux-4.4.14/fs/hfs/
Dextent.c146 static inline int __hfs_ext_read_extent(struct hfs_find_data *fd, struct hfs_extent *extent, in __hfs_ext_read_extent() argument
161 hfs_bnode_read(fd->bnode, extent, fd->entryoffset, sizeof(hfs_extent_rec)); in __hfs_ext_read_extent()
204 static void hfs_dump_extent(struct hfs_extent *extent) in hfs_dump_extent() argument
211 be16_to_cpu(extent[i].block), in hfs_dump_extent()
212 be16_to_cpu(extent[i].count)); in hfs_dump_extent()
216 static int hfs_add_extent(struct hfs_extent *extent, u16 offset, in hfs_add_extent() argument
222 hfs_dump_extent(extent); in hfs_add_extent()
223 for (i = 0; i < 3; extent++, i++) { in hfs_add_extent()
224 count = be16_to_cpu(extent->count); in hfs_add_extent()
226 start = be16_to_cpu(extent->block); in hfs_add_extent()
[all …]
DMakefile8 catalog.o dir.o extent.o inode.o attr.o mdb.o \
/linux-4.4.14/arch/parisc/math-emu/
Dsfsub.c55 register unsigned int left, right, result, extent; in sgl_fsub() local
290 /*and lower to*/extent); in sgl_fsub()
300 Sgl_subtract_withextension(left,/*minus*/right,/*with*/extent,/*into*/result); in sgl_fsub()
314 Sgl_leftshiftby1_withextent(result,extent,result); in sgl_fsub()
341 Ext_leftshiftby1(extent); in sgl_fsub()
353 Ext_leftshiftby1(extent); in sgl_fsub()
431 Sgl_right_align(result,/*by*/(1-result_exponent),extent); in sgl_fsub()
446 Sgl_rightshiftby1_withextent(result,extent,extent); in sgl_fsub()
457 if(Ext_isnotzero(extent)) in sgl_fsub()
463 if(Ext_isone_sign(extent)) in sgl_fsub()
[all …]
Dsfadd.c55 register unsigned int left, right, result, extent; in sgl_fadd() local
287 /*and lower to*/extent); in sgl_fadd()
297 Sgl_subtract_withextension(left,/*minus*/right,/*with*/extent,/*into*/result); in sgl_fadd()
311 Sgl_leftshiftby1_withextent(result,extent,result); in sgl_fadd()
338 Ext_leftshiftby1(extent); in sgl_fadd()
350 Ext_leftshiftby1(extent); in sgl_fadd()
428 Sgl_right_align(result,/*by*/(1-result_exponent),extent); in sgl_fadd()
443 Sgl_rightshiftby1_withextent(result,extent,extent); in sgl_fadd()
454 if(Ext_isnotzero(extent)) in sgl_fadd()
460 if(Ext_isone_sign(extent)) in sgl_fadd()
[all …]
Ddfsub.c56 register unsigned int leftp1, leftp2, rightp1, rightp2, extent; in dbl_fsub() local
294 /*and lower to*/extent); in dbl_fsub()
305 /*with*/extent,/*into*/resultp1,resultp2); in dbl_fsub()
319 Dbl_leftshiftby1_withextent(resultp1,resultp2,extent,resultp1,resultp2); in dbl_fsub()
346 Ext_leftshiftby1(extent); in dbl_fsub()
358 Ext_leftshiftby1(extent); in dbl_fsub()
436 Dbl_fix_overshift(resultp1,resultp2,(1-result_exponent),extent); in dbl_fsub()
451 Dbl_rightshiftby1_withextent(resultp2,extent,extent); in dbl_fsub()
462 if(Ext_isnotzero(extent)) in dbl_fsub()
468 if(Ext_isone_sign(extent)) in dbl_fsub()
[all …]
Ddfadd.c55 register unsigned int leftp1, leftp2, rightp1, rightp2, extent; in dbl_fadd() local
291 /*and lower to*/extent); in dbl_fadd()
302 /*with*/extent,/*into*/resultp1,resultp2); in dbl_fadd()
316 Dbl_leftshiftby1_withextent(resultp1,resultp2,extent,resultp1,resultp2); in dbl_fadd()
343 Ext_leftshiftby1(extent); in dbl_fadd()
355 Ext_leftshiftby1(extent); in dbl_fadd()
433 Dbl_fix_overshift(resultp1,resultp2,(1-result_exponent),extent); in dbl_fadd()
448 Dbl_rightshiftby1_withextent(resultp2,extent,extent); in dbl_fadd()
459 if(Ext_isnotzero(extent)) in dbl_fadd()
465 if(Ext_isone_sign(extent)) in dbl_fadd()
[all …]
Dfloat.h543 #define Ext_isone_sign(extent) (Extsign(extent))
544 #define Ext_isnotzero(extent) \
545 (Extall(extent))
546 #define Ext_isnotzero_lower(extent) \
547 (Extlow31(extent))
548 #define Ext_leftshiftby1(extent) \
549 Extall(extent) <<= 1
550 #define Ext_negate(extent) \
551 (int )Extall(extent) = 0 - (int )Extall(extent)
552 #define Ext_setone_low(extent) Bitfield_deposit(1,31,1,extent)
[all …]
Ddbl_float.h348 #define Dbl_right_align(srcdstA,srcdstB,shift,extent) \ argument
358 shift-32, Extall(extent)); \
359 if(Dallp2(srcdstB) << 64 - (shift)) Ext_setone_low(extent); \
361 else Extall(extent) = Dallp2(srcdstB); \
366 Extall(extent) = Dallp1(srcdstA); \
367 if(Dallp2(srcdstB)) Ext_setone_low(extent); \
377 Extall(extent) = Dallp2(srcdstB) << 32 - (shift); \
382 else Extall(extent) = 0; \
389 #define Dbl_fix_overshift(srcdstA,srcdstB,shift,extent) \ argument
390 Extall(extent) = Dallp2(srcdstB) << 32 - (shift); \
[all …]
Dsgl_float.h219 #define Sgl_right_align(srcdst,shift,extent) \ argument
222 Extall(extent) = Sall(srcdst) << (32-(shift)); \
226 Extall(extent) = Sall(srcdst); \
239 #define Sgl_subtract_withextension(left,right,extent,result) \ argument
242 if((Extall(extent) = 0-Extall(extent))) \
/linux-4.4.14/fs/hfsplus/
Dextents.c152 struct hfsplus_extent *extent, in __hfsplus_ext_read_extent() argument
167 hfs_bnode_read(fd->bnode, extent, fd->entryoffset, in __hfsplus_ext_read_extent()
290 static void hfsplus_dump_extent(struct hfsplus_extent *extent) in hfsplus_dump_extent() argument
297 be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent()
298 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()
302 static int hfsplus_add_extent(struct hfsplus_extent *extent, u32 offset, in hfsplus_add_extent() argument
308 hfsplus_dump_extent(extent); in hfsplus_add_extent()
309 for (i = 0; i < 8; extent++, i++) { in hfsplus_add_extent()
310 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()
312 start = be32_to_cpu(extent->start_block); in hfsplus_add_extent()
[all …]
Dwrapper.c94 u32 extent; in hfsplus_read_mdb() local
117 extent = get_unaligned_be32(bufptr + HFSP_WRAPOFF_EMBEDEXT); in hfsplus_read_mdb()
118 wd->embed_start = (extent >> 16) & 0xFFFF; in hfsplus_read_mdb()
119 wd->embed_count = extent & 0xFFFF; in hfsplus_read_mdb()
/linux-4.4.14/Documentation/filesystems/
Dfiemap.txt6 extent mappings. Instead of block-by-block mapping (such as bmap), fiemap
31 those on disk - that is, the logical offset of the 1st returned extent
33 extent may end after fm_length. All offsets and lengths are in bytes.
73 fm_extent_count. In that case, the last extent in the array will not
75 flag set (see the next section on extent flags).
77 Each extent is described by a single fiemap_extent structure as
82 * the extent */
84 * of the extent */
85 __u64 fe_length; /* length in bytes for the extent */
87 __u32 fe_flags; /* FIEMAP_EXTENT_* flags for this extent */
[all …]
Domfs.txt7 and Rio Karma MP3 player. The filesystem is extent-based, utilizing
84 A file is an omfs_inode structure followed by an extent table beginning at
93 __be64 e_next; /* next extent table location */
96 struct omfs_extent_entry e_entry; /* start of extent entries */
99 Each extent holds the block offset followed by number of blocks allocated to
100 the extent. The final extent in each table is a terminator with e_cluster
Dext4.txt84 * extent format reduces metadata overhead (RAM, IO for access, transactions)
85 * extent format more robust in face of on-disk corruption due to magics,
365 ext4 will allocate uninitialized extent before buffer
366 write and convert the extent to initialized after IO
372 code path is only used for extent-based files.
478 allocator will search to find the best extent
481 allocator will search to find the best extent
566 ideally into one contiguous extent.
581 inode to ext4 extent mapped inode by walking
Docfs2.txt3 OCFS2 is a general purpose extent based shared disk cluster file
Df2fs.txt144 extent_cache Enable an extent cache based on rb-tree, it can cache
145 as many as extent which map between contiguous logical
148 noextent_cache Diable an extent cache based on rb-tree explicitly, see
Dxfs-self-describing-metadata.txt104 determine the scope of the corruption. For example, if we have a extent btree
113 directory, attribute and extent tree blocks are all owned by an inode, whilst
Dbtrfs.txt66 check_int_data includes extent data in the integrity checks, and
Dxfs.txt8 variable block sizes, is extent based, and makes extensive use of
Dxfs-delayed-logging-design.txt53 of reservation size limitations. Hence a rolling extent removal transaction
420 re-using a freed metadata extent for a data extent), a special, optimised log
/linux-4.4.14/mm/
Dmremap.c168 unsigned long extent, next, old_end; in move_page_tables() local
181 for (; old_addr < old_end; old_addr += extent, new_addr += extent) { in move_page_tables()
185 extent = next - old_addr; in move_page_tables()
186 if (extent > old_end - old_addr) in move_page_tables()
187 extent = old_end - old_addr; in move_page_tables()
196 if (extent == HPAGE_PMD_SIZE) { in move_page_tables()
220 if (extent > next - new_addr) in move_page_tables()
221 extent = next - new_addr; in move_page_tables()
222 if (extent > LATENCY_LIMIT) in move_page_tables()
223 extent = LATENCY_LIMIT; in move_page_tables()
[all …]
/linux-4.4.14/fs/
Dioctl.c88 struct fiemap_extent extent; in fiemap_fill_next_extent() local
107 memset(&extent, 0, sizeof(extent)); in fiemap_fill_next_extent()
108 extent.fe_logical = logical; in fiemap_fill_next_extent()
109 extent.fe_physical = phys; in fiemap_fill_next_extent()
110 extent.fe_length = len; in fiemap_fill_next_extent()
111 extent.fe_flags = flags; in fiemap_fill_next_extent()
114 if (copy_to_user(dest, &extent, sizeof(extent))) in fiemap_fill_next_extent()
/linux-4.4.14/fs/btrfs/
DMakefile4 btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
18 tests/extent-buffer-tests.o tests/btrfs-tests.o \
19 tests/extent-io-tests.o tests/inode-tests.o tests/qgroup-tests.o
Dtree-log.c3602 struct btrfs_file_extent_item *extent; in copy_items() local
3682 extent = btrfs_item_ptr(src, start_slot + i, in copy_items()
3685 if (btrfs_file_extent_generation(src, extent) < trans->transid) in copy_items()
3688 found_type = btrfs_file_extent_type(src, extent); in copy_items()
3692 extent); in copy_items()
3698 extent); in copy_items()
3699 cs = btrfs_file_extent_offset(src, extent); in copy_items()
3701 extent); in copy_items()
3703 extent)) { in copy_items()
3774 extent = btrfs_item_ptr(src, src_path->slots[0], in copy_items()
[all …]
Dioctl.c926 struct btrfs_file_extent_item *extent; in find_new_extents() local
950 extent = btrfs_item_ptr(leaf, path->slots[0], in find_new_extents()
953 type = btrfs_file_extent_type(leaf, extent); in find_new_extents()
955 btrfs_file_extent_num_bytes(leaf, extent) < thresh && in find_new_extents()
3603 struct btrfs_file_extent_item *extent; in btrfs_clone() local
3612 extent = btrfs_item_ptr(leaf, slot, in btrfs_clone()
3614 comp = btrfs_file_extent_compression(leaf, extent); in btrfs_clone()
3615 type = btrfs_file_extent_type(leaf, extent); in btrfs_clone()
3619 extent); in btrfs_clone()
3621 extent); in btrfs_clone()
[all …]
Dvolumes.c1425 struct btrfs_dev_extent *extent = NULL; in btrfs_free_dev_extent() local
1443 extent = btrfs_item_ptr(leaf, path->slots[0], in btrfs_free_dev_extent()
1446 btrfs_dev_extent_length(leaf, extent) < start); in btrfs_free_dev_extent()
1452 extent = btrfs_item_ptr(leaf, path->slots[0], in btrfs_free_dev_extent()
1459 *dev_extent_len = btrfs_dev_extent_length(leaf, extent); in btrfs_free_dev_extent()
1481 struct btrfs_dev_extent *extent; in btrfs_alloc_dev_extent() local
1495 sizeof(*extent)); in btrfs_alloc_dev_extent()
1500 extent = btrfs_item_ptr(leaf, path->slots[0], in btrfs_alloc_dev_extent()
1502 btrfs_set_dev_extent_chunk_tree(leaf, extent, chunk_tree); in btrfs_alloc_dev_extent()
1503 btrfs_set_dev_extent_chunk_objectid(leaf, extent, chunk_objectid); in btrfs_alloc_dev_extent()
[all …]
Dscrub.c2844 struct btrfs_extent_item *extent; in scrub_raid56_parity() local
2949 extent = btrfs_item_ptr(l, slot, in scrub_raid56_parity()
2951 flags = btrfs_extent_flags(l, extent); in scrub_raid56_parity()
2952 generation = btrfs_extent_generation(l, extent); in scrub_raid56_parity()
3066 struct btrfs_extent_item *extent; in scrub_stripe() local
3299 extent = btrfs_item_ptr(l, slot, in scrub_stripe()
3301 flags = btrfs_extent_flags(l, extent); in scrub_stripe()
3302 generation = btrfs_extent_generation(l, extent); in scrub_stripe()
Dinode.c2246 struct btrfs_file_extent_item *extent; in record_one_backref() local
2319 extent = btrfs_item_ptr(leaf, slot, in record_one_backref()
2322 if (btrfs_file_extent_disk_bytenr(leaf, extent) != old->bytenr) in record_one_backref()
2333 extent_offset = btrfs_file_extent_offset(leaf, extent); in record_one_backref()
2334 num_bytes = btrfs_file_extent_num_bytes(leaf, extent); in record_one_backref()
2354 backref->generation = btrfs_file_extent_generation(leaf, extent); in record_one_backref()
2421 struct btrfs_file_extent_item *extent; in relink_extent_backref() local
2511 extent = btrfs_item_ptr(path->nodes[0], path->slots[0], in relink_extent_backref()
2514 if (btrfs_file_extent_generation(path->nodes[0], extent) != in relink_extent_backref()
2573 sizeof(*extent)); in relink_extent_backref()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_extent.c165 struct ldlm_extent *extent; in ldlm_extent_add_lock() local
179 extent = &lock->l_policy_data.l_extent; in ldlm_extent_add_lock()
180 interval_set(&node->li_node, extent->start, extent->end); in ldlm_extent_add_lock()
/linux-4.4.14/drivers/gpio/
Dgpio-104-idio-16.c41 unsigned extent; member
140 idio16gpio->extent = EXTENT; in idio_16_probe()
166 release_region(idio16gpio->base, idio16gpio->extent); in idio_16_remove()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-fs-ext423 will search to find the best extent
30 will search to find the best extent
106 extent when manipulating an inode's extent tree. Note
/linux-4.4.14/arch/m68k/fpsp040/
DREADME10 To the maximum extent permitted by applicable law,
17 To the maximum extent permitted by applicable law,
/linux-4.4.14/drivers/video/fbdev/
Dleo.c116 u32 extent; member
145 u32 extent; /* Copy/Scroll/Fill size (SS0 only) */ member
187 u32 extent; member
218 par->extent = ((info->var.xres - 1) | in leo_switch_from_graph()
224 sbus_writel(par->extent, &ss->vclipmax); in leo_switch_from_graph()
230 &par->lc_ss0_usr->extent); in leo_switch_from_graph()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dclearstate_defs.h34 const unsigned int *extent; member
Dgfx_v7_0.c2866 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v7_0_cp_gfx_start()
2872 amdgpu_ring_write(ring, ext->extent[i]); in gfx_v7_0_cp_gfx_start()
4554 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v7_0_get_csb_size()
4591 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v7_0_get_csb_buffer()
4597 buffer[count++] = cpu_to_le32(ext->extent[i]); in gfx_v7_0_get_csb_buffer()
Dgfx_v8_0.c3196 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v8_0_get_csb_size()
3242 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v8_0_cp_gfx_start()
3250 amdgpu_ring_write(ring, ext->extent[i]); in gfx_v8_0_cp_gfx_start()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dclearstate_defs.h34 const unsigned int *extent; member
Devergreen.c4324 for (j = 0; cs_data[i].section[j].extent != NULL; j++) { in sumo_rlc_init()
4381 for (j = 0; cs_data[i].section[j].extent != NULL; j++) { in sumo_rlc_init()
4396 data = cs_data[i].section[j].extent[k]; in sumo_rlc_init()
Dsi.c5685 for (ext = sect->section; ext->extent != NULL; ++ext) { in si_get_csb_size()
5721 for (ext = sect->section; ext->extent != NULL; ++ext) { in si_get_csb_buffer()
5727 buffer[count++] = cpu_to_le32(ext->extent[i]); in si_get_csb_buffer()
Dcik.c7127 for (ext = sect->section; ext->extent != NULL; ++ext) { in cik_get_csb_size()
7163 for (ext = sect->section; ext->extent != NULL; ++ext) { in cik_get_csb_buffer()
7169 buffer[count++] = cpu_to_le32(ext->extent[i]); in cik_get_csb_buffer()
/linux-4.4.14/include/uapi/linux/
Diso_fs.h137 char extent[4]; /* 731 */ member
148 char extent [ISODCL (3, 10)]; /* 733 */ member
/linux-4.4.14/net/ceph/
Dosd_client.c143 return osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data()
175 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_pages()
186 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_pagelist()
197 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_bio()
291 ceph_osd_data_release(&op->extent.osd_data); in osd_req_op_data_release()
494 op->extent.offset = offset; in osd_req_op_extent_init()
495 op->extent.length = length; in osd_req_op_extent_init()
496 op->extent.truncate_size = truncate_size; in osd_req_op_extent_init()
497 op->extent.truncate_seq = truncate_seq; in osd_req_op_extent_init()
513 previous = op->extent.length; in osd_req_op_extent_update()
[all …]
/linux-4.4.14/fs/qnx4/
Dinode.c68 static inline u32 try_extent(qnx4_xtnt_t *extent, u32 *offset) in try_extent() argument
70 u32 size = le32_to_cpu(extent->xtnt_size); in try_extent()
72 return le32_to_cpu(extent->xtnt_blk) + *offset - 1; in try_extent()
/linux-4.4.14/fs/ext4/
Dextents.c5353 struct ext4_extent *extent; in ext4_ext_shift_extents() local
5362 extent = path[depth].p_ext; in ext4_ext_shift_extents()
5363 if (!extent) in ext4_ext_shift_extents()
5366 stop = le32_to_cpu(extent->ee_block) + in ext4_ext_shift_extents()
5367 ext4_ext_get_actual_len(extent); in ext4_ext_shift_extents()
5378 extent = path[depth].p_ext; in ext4_ext_shift_extents()
5379 if (extent) { in ext4_ext_shift_extents()
5380 ex_start = le32_to_cpu(extent->ee_block); in ext4_ext_shift_extents()
5381 ex_end = le32_to_cpu(extent->ee_block) + in ext4_ext_shift_extents()
5382 ext4_ext_get_actual_len(extent); in ext4_ext_shift_extents()
[all …]
DKconfig45 ext3; it is based on extent maps and it supports 48-bit
/linux-4.4.14/fs/isofs/
Drock.h14 char extent[8]; member
Disofs.h190 *block = (unsigned long)isonum_733(de->extent) in isofs_normalize_block_and_offset()
Drock.c248 rs.cont_extent = isonum_733(rr->u.CE.extent); in get_rock_ridge_filename()
367 rs.cont_extent = isonum_733(rr->u.CE.extent); in parse_rock_ridge_inode_internal()
766 rs.cont_extent = isonum_733(rr->u.CE.extent); in rock_ridge_symlink_readpage()
Dinode.c749 first_data_zone = isonum_733(rootp->extent) + in isofs_fill_super()
772 first_data_zone = isonum_733(rootp->extent) + in isofs_fill_super()
1375 ei->i_first_extent = (isonum_733(de->extent) + in isofs_read_inode()
/linux-4.4.14/arch/m68k/ifpsp060/
DREADME10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
DMISC10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
DCHANGES10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
Dilsp.doc10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
Dos.S10 |To the maximum extent permitted by applicable law,
16 |To the maximum extent permitted by applicable law,
Diskeleton.S10 |To the maximum extent permitted by applicable law,
16 |To the maximum extent permitted by applicable law,
Dfplsp.doc10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
Disp.doc10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
Dfpsp.doc10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
DTEST.DOC10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
Dfskeleton.S10 |To the maximum extent permitted by applicable law,
16 |To the maximum extent permitted by applicable law,
/linux-4.4.14/fs/freevxfs/
Dvxfs_inode.c89 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget() argument
94 block = extent + ((ino * VXFS_ISIZE) / sbp->s_blocksize); in vxfs_blkiget()
Dvxfs_inode.h77 vx_daddr_t extent; /* Extent number */ member
Dvxfs_bmap.c81 return (bn + d->extent); in vxfs_bmap_ext4()
/linux-4.4.14/include/linux/
Duser_namespace.h18 } extent[UID_GID_MAP_MAX_EXTENTS]; member
/linux-4.4.14/Documentation/
Dkernel-per-CPU-kthreads.txt69 1. To the extent possible, keep the CPU out of the kernel when it
119 3. To the extent possible, keep the CPU out of the kernel when it
125 1. To the extent possible, keep the CPU out of the kernel when it
143 b. To the extent possible, keep the CPU out of the kernel
155 c. To the extent possible, keep the CPU out of the kernel
DBUG-HUNTING133 description, the extent to which you have narrowed it down, and pass
Dcachetlb.txt136 to the extent that it is necessary for a particular cpu. Mostly,
Dkmemcheck.txt36 Enabling kmemcheck on a kernel will probably slow it down to the extent that
DDMA-API-HOWTO.txt415 which is smaller than or equal to 64 kilobytes, the extent of the
Dmemory-barriers.txt1210 will force any value speculatively obtained to be reconsidered to an extent
2595 a certain extent by the caches that lie between CPUs and memory, and by the
/linux-4.4.14/arch/x86/math-emu/
Dfpu_emu.h208 asmlinkage int FPU_round(FPU_REG *arg, unsigned int extent, int dummy,
/linux-4.4.14/drivers/block/drbd/
Ddrbd_actlog.c405 struct lc_element *extent; in drbd_al_complete_io() local
412 extent = lc_find(device->act_log, enr); in drbd_al_complete_io()
413 if (!extent) { in drbd_al_complete_io()
417 lc_put(device->act_log, extent); in drbd_al_complete_io()
/linux-4.4.14/fs/ocfs2/
DKconfig10 OCFS2 is a general purpose extent based shared disk cluster file
/linux-4.4.14/fs/udf/
Dinode.c610 struct kernel_long_ad extent; in udf_extend_file() local
637 extent.extLocation.logicalBlockNum = 0; in udf_extend_file()
638 extent.extLocation.partitionReferenceNum = 0; in udf_extend_file()
639 extent.extLength = EXT_NOT_RECORDED_NOT_ALLOCATED; in udf_extend_file()
642 etype = udf_next_aext(inode, &epos, &extent.extLocation, in udf_extend_file()
643 &extent.extLength, 0); in udf_extend_file()
644 extent.extLength |= etype << 30; in udf_extend_file()
646 err = udf_do_extend_file(inode, &epos, &extent, offset); in udf_extend_file()
/linux-4.4.14/include/linux/ceph/
Dosd_client.h88 } extent; member
Drados.h432 } __attribute__ ((packed)) extent; member
/linux-4.4.14/fs/xfs/
DKconfig11 variable block sizes, is extent based, and makes extensive use of
/linux-4.4.14/Documentation/blockdev/
Dcciss.txt157 The cciss driver participates in this protocol to some extent. The
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2240 static void lustre_swab_hsm_extent(struct hsm_extent *extent) in lustre_swab_hsm_extent() argument
2242 __swab64s(&extent->offset); in lustre_swab_hsm_extent()
2243 __swab64s(&extent->length); in lustre_swab_hsm_extent()
/linux-4.4.14/arch/m68k/ifpsp060/src/
Disp.S10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
Dilsp.S10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
Dftest.S10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
Dpfpsp.S10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
Ditest.S10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
Dfpsp.S10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
Dfplsp.S10 To the maximum extent permitted by applicable law,
16 To the maximum extent permitted by applicable law,
/linux-4.4.14/fs/reiserfs/
DREADME135 Igor Zagorovsky is writing much of the new item handler and extent code
/linux-4.4.14/kernel/power/
DKconfig67 It also works with swap files to a limited extent (for details see
/linux-4.4.14/Documentation/block/
Ddata-integrity.txt103 from the application. As far as the application (and to some extent
Dbiodoc.txt91 processing with the ability to tune the logic to an appropriate extent
95 capabilities to the maximum extent for better i/o performance. This is
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c105 #define OSC_EXTENT_DUMP(lvl, extent, fmt, ...) do { \ argument
106 struct osc_extent *__ext = (extent); \
/linux-4.4.14/Documentation/development-process/
D5.Posting35 - Test the code to the extent that you can. Make use of the kernel's
/linux-4.4.14/fs/ceph/
Daddr.c616 u64 bytes = req->r_ops[0].extent.length; in writepages_finish()
/linux-4.4.14/Documentation/RCU/
Dchecklist.txt345 is not an issue (or, more accurately, to the extent that it is
/linux-4.4.14/Documentation/scsi/
Dscsi_mid_low_api.txt347 Also, most C99 enhancements are encouraged to the extent they are supported
981 * @length: maximum (or actual) extent of buffer
Dncr53c8xx.txt1464 This can be done to a limited extent at the moment using "reverse probe" but
/linux-4.4.14/Documentation/usb/
Dpower-management.txt47 covered to some extent (see Documentation/power/*.txt for more