Searched defs:bdp (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_fs_subr.c25 fs_tosspages( bhv_desc_t *bdp, xfs_off_t first, xfs_off_t last, int fiopt) argument
39 fs_flushinval_pages( bhv_desc_t *bdp, xfs_off_t first, xfs_off_t last, int fiopt) argument
60 fs_flush_pages( bhv_desc_t *bdp, xfs_off_t first, xfs_off_t last, uint64_t flags, int fiopt) argument
H A Dxfs_vfs.c34 vfs_mount( struct bhv_desc *bdp, struct xfs_mount_args *args, struct cred *cr) argument
48 vfs_parseargs( struct bhv_desc *bdp, char *s, struct xfs_mount_args *args, int f) argument
63 vfs_showargs( struct bhv_desc *bdp, struct seq_file *m) argument
76 vfs_unmount( struct bhv_desc *bdp, int fl, struct cred *cr) argument
90 vfs_mntupdate( struct bhv_desc *bdp, int *fl, struct xfs_mount_args *args) argument
104 vfs_root( struct bhv_desc *bdp, struct bhv_vnode **vpp) argument
117 vfs_statvfs( struct bhv_desc *bdp, bhv_statvfs_t *statp, struct bhv_vnode *vp) argument
131 vfs_sync( struct bhv_desc *bdp, int fl, struct cred *cr) argument
145 vfs_vget( struct bhv_desc *bdp, struct bhv_vnode **vpp, struct fid *fidp) argument
159 vfs_dmapiops( struct bhv_desc *bdp, caddr_t addr) argument
172 vfs_quotactl( struct bhv_desc *bdp, int cmd, int id, caddr_t addr) argument
187 vfs_init_vnode( struct bhv_desc *bdp, struct bhv_vnode *vp, struct bhv_desc *bp, int unlock) argument
202 vfs_force_shutdown( struct bhv_desc *bdp, int fl, char *file, int line) argument
217 vfs_freeze( struct bhv_desc *bdp) argument
269 struct bhv_desc *bdp; local
277 vfs_insertbhv( struct bhv_vfs *vfsp, struct bhv_desc *bdp, struct bhv_vfsops *vfsops, void *mount) argument
[all...]
H A Dxfs_iops.c62 bhv_desc_t *bdp; local
H A Dxfs_lrw.c182 xfs_read( bhv_desc_t *bdp, struct kiocb *iocb, const struct iovec *iovp, unsigned int segs, loff_t *offset, int ioflags, cred_t *credp) argument
290 xfs_sendfile( bhv_desc_t *bdp, struct file *filp, loff_t *offset, int ioflags, size_t count, read_actor_t actor, void *target, cred_t *credp) argument
334 xfs_splice_read( bhv_desc_t *bdp, struct file *infilp, loff_t *ppos, struct pipe_inode_info *pipe, size_t count, int flags, int ioflags, cred_t *credp) argument
378 xfs_splice_write( bhv_desc_t *bdp, struct pipe_inode_info *pipe, struct file *outfilp, loff_t *ppos, size_t count, int flags, int ioflags, cred_t *credp) argument
640 xfs_write( bhv_desc_t *bdp, struct kiocb *iocb, const struct iovec *iovp, unsigned int nsegs, loff_t *offset, int ioflags, cred_t *credp) argument
972 xfs_bmap(bhv_desc_t *bdp, xfs_off_t offset, ssize_t count, int flags, xfs_iomap_t *iomapp, int *niomaps) argument
[all...]
H A Dxfs_ioctl.c412 bhv_desc_t *bdp; local
696 xfs_ioctl( bhv_desc_t *bdp, struct inode *inode, struct file *filp, int ioflags, unsigned int cmd, void __user *arg) argument
956 xfs_ioc_space( bhv_desc_t *bdp, struct inode *inode, struct file *filp, int ioflags, unsigned int cmd, void __user *arg) argument
1270 xfs_ioc_getbmap( bhv_desc_t *bdp, int ioflags, unsigned int cmd, void __user *arg) argument
1300 xfs_ioc_getbmapx( bhv_desc_t *bdp, void __user *arg) argument
[all...]
H A Dxfs_super.c203 xfs_initialize_vnode( bhv_desc_t *bdp, bhv_vnode_t *vp, bhv_desc_t *inode_bhv, int unlock) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_behavior.c38 bhv_insert(bhv_head_t *bhp, bhv_desc_t *bdp) argument
91 bhv_remove_not_first(bhv_head_t *bhp, bhv_desc_t *bdp) argument
170 bhv_insert_initial( bhv_head_t *bhp, bhv_desc_t *bdp) argument
[all...]
H A Dxfs_rw.c183 xfs_do_force_shutdown( bhv_desc_t *bdp, int flags, char *fname, int lnnum) argument
H A Dxfs_attr.c159 xfs_attr_get(bhv_desc_t *bdp, const char *name, char *value, int *valuelenp, argument
420 xfs_attr_set(bhv_desc_t *bdp, const char *name, char *value, int valuelen, int flags, argument
566 xfs_attr_remove(bhv_desc_t *bdp, const char *name, int flags, struct cred *cred) argument
705 xfs_attr_list(bhv_desc_t *bdp, char *buffer, int bufsize, int flags, argument
H A Dxfs_vfsops.c542 xfs_unmount( bhv_desc_t *bdp, int flags, cred_t *credp) argument
655 xfs_mntupdate( bhv_desc_t *bdp, int *flags, struct xfs_mount_args *args) argument
773 xfs_root( bhv_desc_t *bdp, bhv_vnode_t **vpp) argument
793 xfs_statvfs( bhv_desc_t *bdp, bhv_statvfs_t *statp, bhv_vnode_t *vp) argument
883 xfs_sync( bhv_desc_t *bdp, int flags, cred_t *credp) argument
1565 xfs_vget( bhv_desc_t *bdp, bhv_vnode_t **vpp, fid_t *fidp) argument
1967 xfs_freeze( bhv_desc_t *bdp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmisc-embedded.c77 embed_config(bd_t **bdp) argument
H A Dembed_config.c52 embed_config(bd_t **bdp) argument
264 embed_config(bd_t **bdp) argument
335 embed_config(bd_t **bdp) argument
369 embed_config(bd_t **bdp) argument
483 embed_config(bd_t **bdp) argument
515 embed_config(bd_t **bdp) argument
539 embed_config(bd_t **bdp) argument
572 embed_config(bd_t **bdp) argument
659 embed_config(bd_t **bdp) argument
692 embed_config(bd_t **bdp) argument
726 embed_config(bd_t ** bdp) argument
773 embed_config(bd_t **bdp) argument
832 embed_config(bd_t **bdp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c199 volatile cbd_t *bdp; local
281 cbd_t *bdp; local
311 volatile cbd_t *bdp; local
446 volatile cbd_t *bdp; local
649 volatile cbd_t *bdp; local
[all...]
H A Dfec.c347 volatile cbd_t *bdp; local
437 cbd_t *bdp; local
540 volatile cbd_t *bdp; local
636 volatile cbd_t *bdp; local
1514 volatile cbd_t *bdp; local
1738 volatile cbd_t *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c170 volatile cbd_t *bdp; local
247 cbd_t *bdp; local
279 volatile cbd_t *bdp; local
417 volatile cbd_t *bdp; local
618 volatile cbd_t *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dkatana.c549 bd_t *bdp = (bd_t *)__res; local
840 bd_t *bdp = (bd_t *)__res; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c637 int start_bunzip(bunzip_data **bdp, int in_fd, const unsigned char *inbuf, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A Ddiscontig.c78 struct bootmem_data *bdp = &mem_data[node].bootmem_data; local
168 struct bootmem_data *bdp = &mem_data[node].bootmem_data; local
225 struct bootmem_data *bdp = &mem_data[node].bootmem_data; local
286 struct bootmem_data *bdp; local
454 struct bootmem_data *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart_core.c129 volatile cbd_t *bdp = pinfo->tx_bd_base; local
265 volatile cbd_t *bdp; local
632 volatile cbd_t *bdp; local
708 volatile cbd_t *bdp; local
1089 volatile cbd_t *bdp, *bdbase; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_syscalls.c83 xfs_qm_quotactl( struct bhv_desc *bdp, int cmd, int id, xfs_caddr_t addr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_main.c244 cbd_t *bdp; local
473 cbd_t *bdp; local
626 cbd_t *bdp; local
808 cbd_t *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet-main.c77 cbd_t *bdp; local
225 cbd_t *bdp; local
346 cbd_t *bdp; local
496 cbd_t *bdp; local
549 cbd_t *bdp; local
590 cbd_t *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dgianfar.c922 static inline struct txfcb *gfar_add_fcb(struct sk_buff *skb, struct txbd8 *bdp) argument
1213 struct txbd8 *bdp; local
1269 gfar_new_skb(struct net_device *dev, struct rxbd8 *bdp) argument
1471 struct rxbd8 *bdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c175 alias_from_usbmap_print_pattern(FILE *fp, unsigned long mflags, unsigned long ven, unsigned long pro, unsigned long bcdl, unsigned long bcdh, unsigned long bdc, unsigned long bdsc, unsigned long bdp, unsigned long bic, unsigned long bisc, unsigned long bip, int len, unsigned long left, int ndigits, char *module) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68360serial.c353 volatile QUICC_BD *bdp; local
944 volatile QUICC_BD *bdp; local
976 volatile QUICC_BD *bdp; local
1074 volatile QUICC_BD *bdp; local
1636 volatile QUICC_BD *bdp; local
2044 QUICC_BD *bdp, *bdbase; local
2188 QUICC_BD *bdp; local
2290 volatile QUICC_BD *bdp; local
2395 QUICC_BD *bdp; local
2748 QUICC_BD *bdp; local
[all...]

Completed in 241 milliseconds

12