Searched defs:bdev (Results 1 - 25 of 146) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dlowlevel.c34 struct block_device *bdev = sb->s_bdev; local
62 struct block_device *bdev = sb->s_bdev; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/partitions/
H A Datari.c33 int atari_partition(struct parsed_partitions *state, struct block_device *bdev) argument
H A Dultrix.c12 int ultrix_partition(struct parsed_partitions *state, struct block_device *bdev) argument
H A Damiga.c27 amiga_partition(struct parsed_partitions *state, struct block_device *bdev) argument
H A Dkarma.c12 int karma_partition(struct parsed_partitions *state, struct block_device *bdev) argument
H A Dmac.c30 int mac_partition(struct parsed_partitions *state, struct block_device *bdev) argument
H A Dibm.c44 ibm_partition(struct parsed_partitions *state, struct block_device *bdev) argument
H A Dsgi.c30 int sgi_partition(struct parsed_partitions *state, struct block_device *bdev) argument
H A Dsysv68.c49 int sysv68_partition(struct parsed_partitions *state, struct block_device *bdev) argument
H A Dsun.c13 int sun_partition(struct parsed_partitions *state, struct block_device *bdev) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_genhd.c100 struct block_device *bdev; local
134 struct block_device *bdev; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsysquotas_linux.c34 static int sys_get_linux_v1_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
102 sys_set_linux_v1_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
168 sys_get_linux_v2_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
236 sys_set_linux_v2_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
302 sys_get_linux_gen_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
370 sys_set_linux_gen_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
436 sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
498 sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
[all...]
H A Dsysquotas_4A.c82 int sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
176 sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
[all...]
H A Dsysquotas_xfs.c74 int sys_get_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
111 quotactl(QCMD(Q_XGETQSTAT,USRQUOTA), bdev, -1, (caddr_t)&F); local
128 quotactl(QCMD(Q_XGETQSTAT,GRPQUOTA), bdev, -1, (caddr_t)&F); local
161 sys_set_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
211 quotactl(QCMD(Q_XGETQSTAT,USRQUOTA), bdev, -1, (caddr_t)&F); local
269 quotactl(QCMD(Q_XGETQSTAT,GRPQUOTA), bdev, -1, (caddr_t)&F); local
[all...]
H A Dsysquotas.c47 static int sys_path_to_bdev(const char *path, char **mntpath, char **bdev, char **fs) argument
100 static int sys_path_to_bdev(const char *path, char **mntpath, char **bdev, char **fs) argument
144 sys_path_to_bdev(const char *path, char **mntpath, char **bdev, char **fs) argument
373 char *bdev = NULL; local
438 char *bdev = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/misc/
H A Dcobalt_btns.c54 struct buttons_dev *bdev = dev->private; local
84 struct buttons_dev *bdev; local
141 struct buttons_dev *bdev = dev_get_drvdata(dev); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Draw.c48 struct block_device *bdev; local
100 struct block_device *bdev; local
123 struct block_device *bdev = filp->private_data; local
216 struct block_device *bdev; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/block/
H A Dioctl.c11 static int blkpg_ioctl(struct block_device *bdev, struct blkpg_ioctl_arg __user *arg) argument
97 blkdev_reread_part(struct block_device *bdev) argument
138 blkdev_locked_ioctl(struct file *file, struct block_device *bdev, unsigned cmd, unsigned long arg) argument
223 struct block_device *bdev = inode->i_bdev; local
293 struct block_device *bdev = file->f_path.dentry->d_inode->i_bdev; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dquota.c337 struct block_device *bdev; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm-emc.c102 struct block_device *bdev = bio->bi_bdev; local
H A Ddm-io.h13 struct block_device *bdev; member in struct:io_region
H A Ddm-linear.c106 struct block_device *bdev = lc->dev->bdev; local
H A Ddm.h62 struct block_device *bdev; member in struct:dm_dev
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/aoe/
H A Daoeblk.c179 aoeblk_getgeo(struct block_device *bdev, struct hd_geometry *geo) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsicam.c31 struct block_device *bdev = dev->bd_contains; local
57 int scsicam_bios_param(struct block_device *bdev, sector_t capacity, int *ip) argument

Completed in 237 milliseconds

123456