Home
last modified time | relevance | path

Searched defs:geo (Results 1 - 25 of 145) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_geo.c121 libipw_set_geo(struct libipw_device *ieee, const struct libipw_geo *geo) libipw_set_geo() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_geo.c121 libipw_set_geo(struct libipw_device *ieee, const struct libipw_geo *geo) libipw_set_geo() argument
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2.h125 xfs_dir2_byte_to_db(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_db() argument
134 xfs_dir2_dataptr_to_db(struct xfs_da_geometry *geo, xfs_dir2_dataptr_t dp) in xfs_dir2_dataptr_to_db() argument
143 xfs_dir2_byte_to_off(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_off() argument
152 xfs_dir2_dataptr_to_off(struct xfs_da_geometry *geo, xfs_dir2_dataptr_t dp) in xfs_dir2_dataptr_to_off() argument
161 xfs_dir2_db_off_to_byte(struct xfs_da_geometry *geo, xfs_dir2_db_t db, in xfs_dir2_db_off_to_byte() argument
171 xfs_dir2_db_to_da(struct xfs_da_geometry *geo, xfs_dir2_db_t db) xfs_dir2_db_to_da() argument
180 xfs_dir2_byte_to_da(struct xfs_da_geometry *geo, xfs_dir2_off_t by) xfs_dir2_byte_to_da() argument
189 xfs_dir2_db_off_to_dataptr(struct xfs_da_geometry *geo, xfs_dir2_db_t db, xfs_dir2_data_aoff_t o) xfs_dir2_db_off_to_dataptr() argument
199 xfs_dir2_da_to_db(struct xfs_da_geometry *geo, xfs_dablk_t da) xfs_dir2_da_to_db() argument
208 xfs_dir2_da_to_byte(struct xfs_da_geometry *geo, xfs_dablk_t da) xfs_dir2_da_to_byte() argument
217 xfs_dir2_block_tail_p(struct xfs_da_geometry *geo, struct xfs_dir2_data_hdr *hdr) xfs_dir2_block_tail_p() argument
224 xfs_dir2_leaf_tail_p(struct xfs_da_geometry *geo, struct xfs_dir2_leaf *lp) xfs_dir2_leaf_tail_p() argument
[all...]
H A Dxfs_sb.c1114 xfs_fs_geometry( struct xfs_sb *sbp, struct xfs_fsop_geom *geo, int struct_version) xfs_fs_geometry() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2.h125 xfs_dir2_byte_to_db(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_db() argument
134 xfs_dir2_dataptr_to_db(struct xfs_da_geometry *geo, xfs_dir2_dataptr_t dp) in xfs_dir2_dataptr_to_db() argument
143 xfs_dir2_byte_to_off(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_off() argument
152 xfs_dir2_dataptr_to_off(struct xfs_da_geometry *geo, xfs_dir2_dataptr_t dp) in xfs_dir2_dataptr_to_off() argument
161 xfs_dir2_db_off_to_byte(struct xfs_da_geometry *geo, xfs_dir2_db_t db, in xfs_dir2_db_off_to_byte() argument
171 xfs_dir2_db_to_da(struct xfs_da_geometry *geo, xfs_dir2_db_t db) xfs_dir2_db_to_da() argument
180 xfs_dir2_byte_to_da(struct xfs_da_geometry *geo, xfs_dir2_off_t by) xfs_dir2_byte_to_da() argument
189 xfs_dir2_db_off_to_dataptr(struct xfs_da_geometry *geo, xfs_dir2_db_t db, xfs_dir2_data_aoff_t o) xfs_dir2_db_off_to_dataptr() argument
199 xfs_dir2_da_to_db(struct xfs_da_geometry *geo, xfs_dablk_t da) xfs_dir2_da_to_db() argument
208 xfs_dir2_da_to_byte(struct xfs_da_geometry *geo, xfs_dablk_t da) xfs_dir2_da_to_byte() argument
217 xfs_dir2_block_tail_p(struct xfs_da_geometry *geo, struct xfs_dir2_data_hdr *hdr) xfs_dir2_block_tail_p() argument
224 xfs_dir2_leaf_tail_p(struct xfs_da_geometry *geo, struct xfs_dir2_leaf *lp) xfs_dir2_leaf_tail_p() argument
[all...]
/kernel/linux/linux-5.10/block/partitions/
H A Dibm.c31 static sector_t cchh2blk(struct vtoc_cchh *ptr, struct hd_geometry *geo) in cchh2blk() argument
49 static sector_t cchhb2blk(struct vtoc_cchhb *ptr, struct hd_geometry *geo) in cchhb2blk() argument
64 find_label(struct parsed_partitions *state, dasd_information2_t *info, struct hd_geometry *geo, int blocksize, sector_t *labelsect, char name[], char type[], union label_t *label) find_label() argument
133 find_vol1_partitions(struct parsed_partitions *state, struct hd_geometry *geo, int blocksize, char name[], union label_t *label) find_vol1_partitions() argument
195 find_lnx1_partitions(struct parsed_partitions *state, struct hd_geometry *geo, int blocksize, char name[], union label_t *label, sector_t labelsect, loff_t i_size, dasd_information2_t *info) find_lnx1_partitions() argument
242 find_cms1_partitions(struct parsed_partitions *state, struct hd_geometry *geo, int blocksize, char name[], union label_t *label, sector_t labelsect) find_cms1_partitions() argument
298 struct hd_geometry *geo; ibm_partition() local
[all...]
/kernel/linux/linux-5.10/drivers/block/rsxx/
H A Ddev.c73 static int rsxx_getgeo(struct block_device *bdev, struct hd_geometry *geo) in rsxx_getgeo() argument
[all...]
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk-map.c127 struct nvm_geo *geo = &dev->geo; in pblk_map_erase_rq() local
H A Dpblk-rl.c214 struct nvm_geo *geo = &dev->geo; in pblk_rl_init() local
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-gd.c280 static int ide_gd_getgeo(struct block_device *bdev, struct hd_geometry *geo) argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_health.c286 xfgeo_health_tick( struct xfs_fsop_geom *geo, unsigned int sick, unsigned int checked, const struct ioctl_sick_map *m) xfgeo_health_tick() argument
300 xfs_fsop_geom_health( struct xfs_mount *mp, struct xfs_fsop_geom *geo) xfs_fsop_geom_health() argument
H A Dxfs_dir2_readdir.c58 struct xfs_da_geometry *geo = args->geo; in xfs_dir2_sf_getdents() local
148 struct xfs_da_geometry *geo = args->geo; xfs_dir2_block_getdents() local
249 struct xfs_da_geometry *geo = args->geo; xfs_dir2_leaf_readbuf() local
356 struct xfs_da_geometry *geo = args->geo; xfs_dir2_leaf_getdents() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dreaddir.c37 struct xfs_da_geometry *geo = mp->m_dir_geo; in xchk_dir_walk_sf() local
99 struct xfs_da_geometry *geo in xchk_dir_walk_block() local
145 xchk_read_leaf_dir_buf( struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_da_geometry *geo, xfs_dir2_off_t *curoff, struct xfs_buf **bpp) xchk_read_leaf_dir_buf() argument
192 struct xfs_da_geometry *geo = mp->m_dir_geo; xchk_dir_walk_leaf() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_health.c293 xfgeo_health_tick( struct xfs_fsop_geom *geo, unsigned int sick, unsigned int checked, const struct ioctl_sick_map *m) xfgeo_health_tick() argument
307 xfs_fsop_geom_health( struct xfs_mount *mp, struct xfs_fsop_geom *geo) xfs_fsop_geom_health() argument
/kernel/linux/linux-6.6/block/partitions/
H A Dibm.c31 static sector_t cchh2blk(struct vtoc_cchh *ptr, struct hd_geometry *geo) in cchh2blk() argument
49 static sector_t cchhb2blk(struct vtoc_cchhb *ptr, struct hd_geometry *geo) in cchhb2blk() argument
64 find_label(struct parsed_partitions *state, dasd_information2_t *info, struct hd_geometry *geo, int blocksize, sector_t *labelsect, char name[], char type[], union label_t *label) find_label() argument
133 find_vol1_partitions(struct parsed_partitions *state, struct hd_geometry *geo, int blocksize, char name[], union label_t *label) find_vol1_partitions() argument
195 find_lnx1_partitions(struct parsed_partitions *state, struct hd_geometry *geo, int blocksize, char name[], union label_t *label, sector_t labelsect, sector_t nr_sectors, dasd_information2_t *info) find_lnx1_partitions() argument
242 find_cms1_partitions(struct parsed_partitions *state, struct hd_geometry *geo, int blocksize, char name[], union label_t *label, sector_t labelsect) find_cms1_partitions() argument
299 struct hd_geometry *geo; ibm_partition() local
[all...]
/kernel/linux/linux-5.10/arch/m68k/emu/
H A Dnfblock.c83 static int nfhd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in nfhd_getgeo() argument
/kernel/linux/linux-5.10/drivers/block/aoe/
H A Daoeblk.c285 aoeblk_getgeo(struct block_device *bdev, struct hd_geometry *geo) in aoeblk_getgeo() argument
/kernel/linux/linux-5.10/drivers/mtd/
H A Dnftlcore.c767 static int nftl_getgeo(struct mtd_blktrans_dev *dev, struct hd_geometry *geo) in nftl_getgeo() argument
H A Dmtd_blkdevs.c281 static int blktrans_getgeo(struct block_device *bdev, struct hd_geometry *geo) in blktrans_getgeo() argument
H A Dssfdc.c406 static int ssfdcr_getgeo(struct mtd_blktrans_dev *dev, struct hd_geometry *geo) in ssfdcr_getgeo() argument
/kernel/linux/linux-6.6/arch/m68k/emu/
H A Dnfblock.c80 static int nfhd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in nfhd_getgeo() argument
/kernel/linux/linux-5.10/drivers/s390/block/
H A Dxpram.c233 static int xpram_getgeo(struct block_device *bdev, struct hd_geometry *geo) in xpram_getgeo() argument
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtd_blkdevs.c249 static int blktrans_getgeo(struct block_device *bdev, struct hd_geometry *geo) in blktrans_getgeo() argument
H A Dnftlcore.c766 static int nftl_getgeo(struct mtd_blktrans_dev *dev, struct hd_geometry *geo) in nftl_getgeo() argument
H A Dssfdc.c406 static int ssfdcr_getgeo(struct mtd_blktrans_dev *dev, struct hd_geometry *geo) in ssfdcr_getgeo() argument

Completed in 15 milliseconds

123456