Home
last modified time | relevance | path

Searched defs:geo (Results 1 – 25 of 59) sorted by relevance

123

/linux/fs/xfs/libxfs/
H A Dxfs_dir2.h154 xfs_dir2_byte_to_db(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_db() argument
163 xfs_dir2_dataptr_to_db(struct xfs_da_geometry *geo, xfs_dir2_dataptr_t dp) in xfs_dir2_dataptr_to_db() argument
172 xfs_dir2_byte_to_off(struct xfs_da_geometry *geo, xfs_dir2_off_t by) in xfs_dir2_byte_to_off() argument
181 xfs_dir2_dataptr_to_off(struct xfs_da_geometry *geo, xfs_dir2_dataptr_t dp) in xfs_dir2_dataptr_to_off() argument
190 xfs_dir2_db_off_to_byte(struct xfs_da_geometry *geo, xfs_dir2_db_t db, in xfs_dir2_db_off_to_byte() argument
200 xfs_dir2_db_to_da(struct xfs_da_geometry * geo,xfs_dir2_db_t db) xfs_dir2_db_to_da() argument
209 xfs_dir2_byte_to_da(struct xfs_da_geometry * geo,xfs_dir2_off_t by) xfs_dir2_byte_to_da() argument
218 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
228 xfs_dir2_da_to_db(struct xfs_da_geometry * geo,xfs_dablk_t da) xfs_dir2_da_to_db() argument
237 xfs_dir2_da_to_byte(struct xfs_da_geometry * geo,xfs_dablk_t da) xfs_dir2_da_to_byte() argument
246 xfs_dir2_block_tail_p(struct xfs_da_geometry * geo,struct xfs_dir2_data_hdr * hdr) xfs_dir2_block_tail_p() argument
253 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_dir2_data.c86 struct xfs_da_geometry *geo) in xfs_dir2_data_max_leaf_entries() argument
119 struct xfs_da_geometry *geo = mp->m_dir_geo; in __xfs_dir3_data_check() local
670 struct xfs_da_geometry *geo = mp->m_dir_geo; xfs_dir2_data_freescan() local
725 struct xfs_da_geometry *geo = args->geo; xfs_dir3_data_init() local
1235 xfs_dir3_data_end_offset(struct xfs_da_geometry * geo,struct xfs_dir2_data_hdr * hdr) xfs_dir3_data_end_offset() argument
[all...]
/linux/lib/
H A Dbtree.c134 static void dec_key(struct btree_geo *geo, unsigned long *key) in dec_key() argument
147 static unsigned long *bkey(struct btree_geo *geo, unsigned long *node, int n) in bkey() argument
152 static void *bval(struct btree_geo *geo, unsigned long *node, int n) in bval() argument
157 static void setkey(struct btree_geo *geo, unsigned long *node, int n, in setkey() argument
163 static void setval(struct btree_geo *geo, unsigne argument
169 clearpair(struct btree_geo * geo,unsigned long * node,int n) clearpair() argument
206 btree_last(struct btree_head * head,struct btree_geo * geo,unsigned long * key) btree_last() argument
223 keycmp(struct btree_geo * geo,unsigned long * node,int pos,unsigned long * key) keycmp() argument
229 keyzero(struct btree_geo * geo,unsigned long * key) keyzero() argument
240 btree_lookup_node(struct btree_head * head,struct btree_geo * geo,unsigned long * key) btree_lookup_node() argument
262 btree_lookup(struct btree_head * head,struct btree_geo * geo,unsigned long * key) btree_lookup() argument
279 btree_update(struct btree_head * head,struct btree_geo * geo,unsigned long * key,void * val) btree_update() argument
306 btree_get_prev(struct btree_head * head,struct btree_geo * geo,unsigned long * __key) btree_get_prev() argument
358 getpos(struct btree_geo * geo,unsigned long * node,unsigned long * key) getpos() argument
370 getfill(struct btree_geo * geo,unsigned long * node,int start) getfill() argument
383 find_level(struct btree_head * head,struct btree_geo * geo,unsigned long * key,int level) find_level() argument
408 btree_grow(struct btree_head * head,struct btree_geo * geo,gfp_t gfp) btree_grow() argument
427 btree_shrink(struct btree_head * head,struct btree_geo * geo) btree_shrink() argument
443 btree_insert_level(struct btree_head * head,struct btree_geo * geo,unsigned long * key,void * val,int level,gfp_t gfp) btree_insert_level() argument
505 btree_insert(struct btree_head * head,struct btree_geo * geo,unsigned long * key,void * val,gfp_t gfp) btree_insert() argument
515 merge(struct btree_head * head,struct btree_geo * geo,int level,unsigned long * left,int lfill,unsigned long * right,int rfill,unsigned long * parent,int lpos) merge() argument
535 rebalance(struct btree_head * head,struct btree_geo * geo,unsigned long * key,int level,unsigned long * child,int fill) rebalance() argument
586 btree_remove_level(struct btree_head * head,struct btree_geo * geo,unsigned long * key,int level) btree_remove_level() argument
624 btree_remove(struct btree_head * head,struct btree_geo * geo,unsigned long * key) btree_remove() argument
635 btree_merge(struct btree_head * target,struct btree_head * victim,struct btree_geo * geo,gfp_t gfp) btree_merge() argument
671 __btree_for_each(struct btree_head * head,struct btree_geo * geo,unsigned long * node,unsigned long opaque,void (* func)(void * elem,unsigned long opaque,unsigned long * key,size_t index,void * func2),void * func2,int reap,int height,size_t count) __btree_for_each() argument
741 btree_visitor(struct btree_head * head,struct btree_geo * geo,unsigned long opaque,void (* func)(void * elem,unsigned long opaque,unsigned long * key,size_t index,void * func2),void * func2) btree_visitor() argument
759 btree_grim_visitor(struct btree_head * head,struct btree_geo * geo,unsigned long opaque,void (* func)(void * elem,unsigned long opaque,unsigned long * key,size_t index,void * func2),void * func2) btree_grim_visitor() argument
[all...]
/linux/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
107 struct hd_geometry *geo, in find_label() argument
169 struct hd_geometry *geo, in find_vol1_partitions() argument
231 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
278 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
334 struct hd_geometry *geo; ibm_partition() local
[all...]
/linux/fs/xfs/
H A Dxfs_dir2_readdir.c59 struct xfs_da_geometry *geo = args->geo; in xfs_dir2_sf_getdents() local
150 struct xfs_da_geometry *geo = args->geo; xfs_dir2_block_getdents() local
252 struct xfs_da_geometry *geo = args->geo; xfs_dir2_leaf_readbuf() local
359 struct xfs_da_geometry *geo = args->geo; xfs_dir2_leaf_getdents() local
[all...]
H A Dxfs_health.c374 struct xfs_fsop_geom *geo, in xfgeo_health_tick() argument
389 struct xfs_fsop_geom *geo) in xfs_fsop_geom_health() argument
/linux/fs/xfs/scrub/
H A Dreaddir.c38 struct xfs_da_geometry *geo = mp->m_dir_geo; in xchk_dir_walk_sf() local
98 struct xfs_da_geometry *geo in xchk_dir_walk_block() local
147 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
191 struct xfs_da_geometry *geo = mp->m_dir_geo; xchk_dir_walk_leaf() local
[all...]
H A Ddir_repair.c467 struct xfs_da_geometry *geo = rd->sc->mp->m_dir_geo; in xrep_dir_recover_data() local
563 struct xfs_da_geometry *geo = mp->m_dir_geo; in xrep_dir_guess_format() local
957 struct xfs_da_geometry *geo in xrep_dir_recover() local
[all...]
H A Ddir.c324 struct xfs_da_geometry *geo = mp->m_dir_geo; in xchk_dir_rec() local
630 struct xfs_da_geometry *geo = sc->mp->m_dir_geo; in xchk_directory_leaf1_bestfree() local
[all...]
/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c200 struct bch_geometry *geo = &this->bch_geometry; in gpmi_dump_info() local
246 struct bch_geometry *geo = &this->bch_geometry; gpmi_check_ecc() local
273 struct bch_geometry *geo = &this->bch_geometry; bbm_in_data_chunk() local
312 struct bch_geometry *geo = &this->bch_geometry; set_geometry_by_ecc_info() local
440 struct bch_geometry *geo = &this->bch_geometry; get_ecc_strength() local
453 struct bch_geometry *geo = &this->bch_geometry; set_geometry_for_large_oob() local
581 struct bch_geometry *geo = &this->bch_geometry; legacy_set_geometry() local
1095 struct bch_geometry *geo = &this->bch_geometry; gpmi_ooblayout_ecc() local
1111 struct bch_geometry *geo = &this->bch_geometry; gpmi_ooblayout_free() local
1328 struct bch_geometry *geo = &this->bch_geometry; gpmi_free_dma_buffer() local
1344 struct bch_geometry *geo = &this->bch_geometry; gpmi_alloc_dma_buffer() local
1523 struct bch_geometry *geo = &this->bch_geometry; gpmi_bch_layout_std() local
1548 struct bch_geometry *geo = &this->bch_geometry; gpmi_ecc_read_page() local
1589 struct bch_geometry *geo = &this->bch_geometry; gpmi_ecc_read_subpage() local
[all...]
/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c237 bttv_calc_geo_old(struct bttv *btv, struct bttv_geometry *geo, in bttv_calc_geo_old() argument
282 bttv_calc_geo(struct bttv * btv,struct bttv_geometry * geo,unsigned int width,unsigned int height,int both_fields,const struct bttv_tvnorm * tvnorm,const struct v4l2_rect * crop) bttv_calc_geo() argument
337 bttv_apply_geo(struct bttv * btv,struct bttv_geometry * geo,int odd) bttv_apply_geo() argument
[all...]
/linux/drivers/md/
H A Draid10.c579 static void __raid10_find_phys(struct geom *geo, struct r10bio *r10bio) in __raid10_find_phys() argument
644 struct geom *geo = &conf->geo; raid10_find_phys() local
663 struct geom *geo = &conf->geo; raid10_find_virt() local
735 struct geom *geo = &conf->geo; read_balance() local
1615 struct geom *geo = &conf->geo; raid10_handle_discard() local
3837 setup_geo(struct geom * geo,struct mddev * mddev,enum geo_type new) setup_geo() argument
3911 struct geom geo; setup_conf() local
4332 struct geom geo; raid10_check_reshape() local
4605 last_dev_address(sector_t s,struct geom * geo) last_dev_address() argument
4620 first_dev_address(sector_t s,struct geom * geo) first_dev_address() argument
[all...]
H A Draid10.h57 } prev, geo; member
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_geo.c122 libipw_set_geo(struct libipw_device * ieee,const struct libipw_geo * geo) libipw_set_geo() argument
[all...]
/linux/drivers/media/platform/renesas/
H A Dsh_vou.c504 static void vou_adjust_input(struct sh_vou_geometry *geo, v4l2_std_id std) in vou_adjust_input() argument
574 vou_adjust_output(struct sh_vou_geometry * geo,v4l2_std_id std) vou_adjust_output() argument
689 struct sh_vou_geometry geo; sh_vou_set_fmt_vid_out() local
931 struct sh_vou_geometry geo; sh_vou_s_selection() local
[all...]
/linux/arch/m68k/emu/
H A Dnfblock.c80 static int nfhd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in nfhd_getgeo() argument
/linux/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 Dssfdc.c406 static int ssfdcr_getgeo(struct mtd_blktrans_dev *dev, struct hd_geometry *geo) in ssfdcr_getgeo() argument
H A Dnftlcore.c765 static int nftl_getgeo(struct mtd_blktrans_dev *dev, struct hd_geometry *geo) in nftl_getgeo() argument
H A Dinftlcore.c917 static int inftl_getgeo(struct mtd_blktrans_dev *dev, struct hd_geometry *geo) in inftl_getgeo() argument
/linux/block/
H A Dioctl.c470 struct hd_geometry geo; in blkdev_getgeo() local
504 struct hd_geometry geo; in compat_hdio_getgeo() local
[all...]
/linux/drivers/s390/block/
H A Ddasd_diag.c484 dasd_diag_fill_geometry(struct dasd_block *block, struct hd_geometry *geo) in dasd_diag_fill_geometry() argument
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h72 void __iomem *geo; member
/linux/drivers/mtd/ubi/
H A Dblock.c285 static int ubiblock_getgeo(struct block_device *bdev, struct hd_geometry *geo) in ubiblock_getgeo() argument
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_acpi_sar.h113 struct mt792x_asar_geo *geo; member

123