/kernel/liteos_a/kernel/base/include/ |
H A D | los_user_container_pri.h | 50 UidGidExtent extent[UID_GID_MAP_MAX_EXTENTS]; member
|
/kernel/linux/linux-5.10/fs/qnx4/ |
H A D | inode.c | 69 static inline u32 try_extent(qnx4_xtnt_t *extent, u32 *offset) in try_extent() argument 71 u32 size = le32_to_cpu(extent->xtnt_size); in try_extent() 73 return le32_to_cpu(extent->xtnt_blk) + *offset - 1; in try_extent() 90 // iblock is in the first extent. This is easy. in qnx4_block_map() 92 // iblock is beyond first extent. We have to follow the extent chain. in qnx4_block_map()
|
/kernel/linux/linux-6.6/fs/qnx4/ |
H A D | inode.c | 69 static inline u32 try_extent(qnx4_xtnt_t *extent, u32 *offset) in try_extent() argument 71 u32 size = le32_to_cpu(extent->xtnt_size); in try_extent() 73 return le32_to_cpu(extent->xtnt_blk) + *offset - 1; in try_extent() 90 // iblock is in the first extent. This is easy. in qnx4_block_map() 92 // iblock is beyond first extent. We have to follow the extent chain. in qnx4_block_map()
|
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | rock.h | 15 __u8 extent[8]; member
|
H A D | isofs.h | 171 * encoded in the "extent + ext_attr_length" fields of _all_ the 177 * records, and this file starts at "extent + ext_attr_length" blocks. 193 *block = (unsigned long)isonum_733(de->extent) in isofs_normalize_block_and_offset()
|
H A D | rock.c | 21 * returns a symbolic link name, and a fourth one returns the extent number 98 "extent=%d, offset=%d, size=%d\n", in rock_continue() 249 rs.cont_extent = isonum_733(rr->u.CE.extent); in get_rock_ridge_filename() 368 rs.cont_extent = isonum_733(rr->u.CE.extent); in parse_rock_ridge_inode_internal() 767 rs.cont_extent = isonum_733(rr->u.CE.extent); in rock_ridge_symlink_readpage()
|
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | rock.h | 15 __u8 extent[8]; member
|
H A D | isofs.h | 171 * encoded in the "extent + ext_attr_length" fields of _all_ the 177 * records, and this file starts at "extent + ext_attr_length" blocks. 193 *block = (unsigned long)isonum_733(de->extent) in isofs_normalize_block_and_offset()
|
H A D | rock.c | 21 * returns a symbolic link name, and a fourth one returns the extent number 98 "extent=%d, offset=%d, size=%d\n", in rock_continue() 249 rs.cont_extent = isonum_733(rr->u.CE.extent); in get_rock_ridge_filename() 368 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_read_folio()
|
/kernel/linux/linux-5.10/fs/freevxfs/ |
H A D | vxfs_inode.c | 148 * vxfs_blkiget - find inode based on extent # 150 * @extent: number of the extent to search 155 * @sbp in the extent @extent. 164 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget() argument 175 block = extent + ((ino * VXFS_ISIZE) / sbp->s_blocksize); in vxfs_blkiget()
|
H A D | vxfs_inode.h | 57 * Possible extent descriptor types for %VXFS_ORG_TYPED extents. 75 __fs32 ve4_indsize; /* Indirect extent size */ 78 __fs32 extent; /* Extent number */ member 79 __fs32 size; /* Size of extent */
|
H A D | vxfs_bmap.c | 82 return (bn + fs32_to_cpu(sbi, d->extent)); in vxfs_bmap_ext4() 108 printk("vxfs: indirect extent too big!\n"); in vxfs_bmap_ext4()
|
/kernel/linux/linux-6.6/fs/freevxfs/ |
H A D | vxfs_inode.c | 123 * vxfs_blkiget - find inode based on extent # 125 * @extent: number of the extent to search 130 * @sbp in the extent @extent. 139 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget() argument 150 block = extent + ((ino * VXFS_ISIZE) / sbp->s_blocksize); in vxfs_blkiget()
|
H A D | vxfs_inode.h | 32 * Possible extent descriptor types for %VXFS_ORG_TYPED extents. 50 __fs32 ve4_indsize; /* Indirect extent size */ 53 __fs32 extent; /* Extent number */ member 54 __fs32 size; /* Size of extent */
|
H A D | vxfs_bmap.c | 58 return (bn + fs32_to_cpu(sbi, d->extent)); in vxfs_bmap_ext4() 84 printk("vxfs: indirect extent too big!\n"); in vxfs_bmap_ext4()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | user_namespace.h | 26 struct uid_gid_extent extent[UID_GID_MAP_MAX_BASE_EXTENTS]; member
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 97 * calculate the mapping of a file extent onto an object, and fill out the 98 * request accordingly. shorten extent as necessary if it crosses an 109 /* object extent? */ in calc_layout() 115 dout(" skipping last %llu, final file extent %llu~%llu\n", in calc_layout() 186 return osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data() 210 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_pages() 221 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_pagelist() 234 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_bio() 251 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_bvecs() 262 osd_data = osd_req_op_data(osd_req, which, extent, osd_dat in osd_req_op_extent_osd_data_bvec_pos() [all...] |
/kernel/linux/linux-5.10/fs/udf/ |
H A D | inode.c | 81 /* Invalidate extent cache */ 91 /* Return contents of extent cache */ 113 /* Add extent to extent cache */ 120 /* Invalidate previously cached extent */ in udf_update_extent_cache() 151 "Inode %lu (mode %o) has inode size %llu different from extent length %llu. Filesystem need not be standards compliant.\n", in udf_evict_inode() 499 /* The previous extent is fake and we should not extend by anything in udf_do_extend_file() 505 /* Round the last extent up to a multiple of block size */ in udf_do_extend_file() 516 /* Can we merge with the previous extent? */ in udf_do_extend_file() 541 * We've rewritten the last extent in udf_do_extend_file() 629 struct kernel_long_ad extent; udf_extend_file() local [all...] |
/kernel/linux/linux-6.6/fs/udf/ |
H A D | inode.c | 80 /* Invalidate extent cache */ 90 /* Return contents of extent cache */ 112 /* Add extent to extent cache */ 119 /* Invalidate previously cached extent */ in udf_update_extent_cache() 150 "Inode %lu (mode %o) has inode size %llu different from extent length %llu. Filesystem need not be standards compliant.\n", in udf_evict_inode() 511 /* The previous extent is fake and we should not extend by anything in udf_do_extend_file() 517 /* Round the last extent up to a multiple of block size */ in udf_do_extend_file() 529 /* Can we merge with the previous extent? */ in udf_do_extend_file() 554 * We've rewritten the last extent in udf_do_extend_file() 645 struct kernel_long_ad extent; udf_extend_file() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | os.S | 10 |To the maximum extent permitted by applicable law, 16 |To the maximum extent permitted by applicable law,
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | os.S | 10 |To the maximum extent permitted by applicable law, 16 |To the maximum extent permitted by applicable law,
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_actlog.c | 72 /* but the extent number is 32bit, which at an extent size of 4 MiB 243 /* for bios crossing activity log extent boundaries, in drbd_al_begin_io_fastpath() 251 /* FIXME figure out a fast path for bios crossing AL extent boundaries */ in drbd_al_begin_io_fastpath() 260 /* for bios crossing activity log extent boundaries, in drbd_al_begin_io_prepare() 294 /* al extent number to bit */ in al_extent_to_bm_page() 487 /* for bios crossing activity log extent boundaries, in drbd_al_begin_io_nonblock() 546 /* for bios crossing activity log extent boundaries, in drbd_al_complete_io() 551 struct lc_element *extent; in drbd_al_complete_io() local 558 extent in drbd_al_complete_io() [all...] |
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_actlog.c | 72 /* but the extent number is 32bit, which at an extent size of 4 MiB 243 /* for bios crossing activity log extent boundaries, in drbd_al_begin_io_fastpath() 251 /* FIXME figure out a fast path for bios crossing AL extent boundaries */ in drbd_al_begin_io_fastpath() 260 /* for bios crossing activity log extent boundaries, in drbd_al_begin_io_prepare() 294 /* al extent number to bit */ in al_extent_to_bm_page() 487 /* for bios crossing activity log extent boundaries, in drbd_al_begin_io_nonblock() 546 /* for bios crossing activity log extent boundaries, in drbd_al_complete_io() 551 struct lc_element *extent; in drbd_al_complete_io() local 558 extent in drbd_al_complete_io() [all...] |
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | fpu_emu.h | 209 asmlinkage int FPU_round(FPU_REG *arg, unsigned int extent, int dummy,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | user_namespace.h | 26 struct uid_gid_extent extent[UID_GID_MAP_MAX_BASE_EXTENTS]; member
|