Searched refs:bdp (Results 26 - 38 of 38) sorted by relevance

12

/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap.h336 bhv_desc_t *bdp, /* XFS behavior descriptor*/
H A Dxfs_mount.h539 #define XFS_BHVTOM(bdp) xfs_bhvtom(bdp)
540 static inline xfs_mount_t *xfs_bhvtom(bhv_desc_t *bdp) argument
542 return (xfs_mount_t *)BHV_PDATA(bdp);
H A Dxfs_inode.h458 #define BHV_IS_XFS(bdp) (BHV_OPS(bdp) == &xfs_vnodeops)
H A Dxfs_attr.c159 xfs_attr_get(bhv_desc_t *bdp, const char *name, char *value, int *valuelenp, argument
162 xfs_inode_t *ip = XFS_BHVTOI(bdp);
420 xfs_attr_set(bhv_desc_t *bdp, const char *name, char *value, int valuelen, int flags, argument
432 dp = XFS_BHVTOI(bdp);
566 xfs_attr_remove(bhv_desc_t *bdp, const char *name, int flags, struct cred *cred) argument
577 dp = XFS_BHVTOI(bdp);
705 xfs_attr_list(bhv_desc_t *bdp, char *buffer, int bufsize, int flags, argument
734 context.dp = dp = XFS_BHVTOI(bdp);
H A Dxfs_bmap.c5742 bhv_desc_t *bdp, /* XFS behavior descriptor*/
5769 vp = BHV_TO_VNODE(bdp);
5770 ip = XFS_BHVTOI(bdp);
5741 xfs_getbmap( bhv_desc_t *bdp, struct getbmap *bmv, void __user *ap, int interface) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_vnode.h82 #define BHV_TO_VNODE(bdp) ((bhv_vnode_t *)BHV_VOBJ(bdp))
83 #define BHV_TO_VNODE_NULL(bdp) ((bhv_vnode_t *)BHV_VOBJNULL(bdp))
87 #define vn_bhv_remove(bhp,bdp) bhv_remove(bhp,bdp)
H A Dxfs_iops.c62 bhv_desc_t *bdp; local
64 bdp = bhv_lookup_range(VN_BHV_HEAD(vp),
66 if (unlikely(bdp == NULL))
68 return XFS_BHVTOI(bdp);
H A Dxfs_super.c204 bhv_desc_t *bdp,
213 vp->v_vfsp = bhvtovfs(bdp);
226 xfs_revalidate_inode(XFS_BHVTOM(bdp), vp, ip);
203 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/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
653 bd = *bdp = xzalloc(i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dqla1280.c702 struct qla_boards *bdp; local
706 bdp = &ql1280_board_tbl[ha->devnum];
712 &bdp->name[0], bdp->fwver[0], bdp->fwver[1], bdp->fwver[2],
4238 struct qla_boards *bdp = &ql1280_board_tbl[devnum]; local
4251 bdp->name, pdev->bus->number, PCI_SLOT(pdev->devfn));
4311 ha->ports = bdp->numPorts;
4317 host->max_channel = bdp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c178 unsigned long bdc, unsigned long bdsc, unsigned long bdp,
211 PRINT_WILDCARD_COND("dp", "%02lX", bdp, mflags & 0x0040);
175 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/fs/xfs/quota/
H A Dxfs_qm_syscalls.c84 struct bhv_desc *bdp,
93 vfsp = bhvtovfs(bdp);
83 xfs_qm_quotactl( struct bhv_desc *bdp, int cmd, int id, xfs_caddr_t addr) argument

Completed in 374 milliseconds

12