Home
last modified time | relevance | path

Searched refs:S_IFBLK (Results 1 – 25 of 44) sorted by relevance

12

/linux-2.4.37.9/include/linux/
Dstat.h16 #define S_IFBLK 0060000 macro
28 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
Dcdrom.h796 S_IFBLK | S_IRUGO | S_IWUGO, in devfs_plain_cdrom()
/linux-2.4.37.9/drivers/block/
Drd.c447 S_IFBLK | S_IRUSR | S_IWUSR, in rd_init()
457 INITRD_MINOR, S_IFBLK | S_IRUSR, &rd_bd_op, NULL); in rd_init()
Dnbd.c635 S_IFBLK | S_IRUSR | S_IWUSR, in nbd_init()
/linux-2.4.37.9/fs/partitions/
Dcheck.c296 S_IFBLK | S_IRUSR | S_IWUSR, in devfs_register_partition()
335 S_IFBLK | S_IRUSR | S_IWUSR, dev->fops, NULL); in devfs_register_disc()
/linux-2.4.37.9/fs/freevxfs/
Dvxfs_inode.c213 ret |= S_IFBLK; in vxfs_transmod()
/linux-2.4.37.9/fs/nfsd/
Dnfsproc.c257 case S_IFBLK: in nfsd_proc_create()
297 if (type != S_IFBLK && type != S_IFCHR) { in nfsd_proc_create()
Dnfs3proc.c38 S_IFBLK, /* NF3BLK */
/linux-2.4.37.9/fs/efs/
Dinode.c154 case S_IFBLK: in efs_read_inode()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vnode.c57 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFIFO, 0, S_IFSOCK
Dxfs_iops.c146 case S_IFCHR: case S_IFBLK: case S_IFIFO: case S_IFSOCK: in linvfs_mknod()
/linux-2.4.37.9/fs/romfs/
Dinode.c454 S_IFBLK+0600, S_IFCHR+0600, S_IFSOCK+0644, S_IFIFO+0644
/linux-2.4.37.9/drivers/cdrom/
Dgscd.c1020 S_IFBLK | S_IRUGO | S_IWUGO, &gscd_fops, NULL); in my_gscd_init()
Dsjcd.c1799 S_IFBLK | S_IRUGO | S_IWUGO, &sjcd_fops, NULL); in sjcd_init()
Dsonycd535.c1589 S_IFBLK | S_IRUGO | S_IWUGO, in sony535_init()
/linux-2.4.37.9/drivers/mtd/
Dmtdblock.c604 S_IFBLK | S_IRUGO | S_IWUGO, in mtd_notify_add()
/linux-2.4.37.9/fs/jffs2/
Dreadinode.c438 case S_IFBLK: in jffs2_read_inode()
/linux-2.4.37.9/fs/ufs/
Dutil.h154 case S_IFBLK: in ufs_set_de_type()
/linux-2.4.37.9/fs/
Dblock_dev.c354 inode->i_mode = S_IFBLK; in bdget()
/linux-2.4.37.9/fs/ext2/
Ddir.c226 [S_IFBLK >> S_SHIFT] EXT2_FT_BLKDEV,
/linux-2.4.37.9/drivers/s390/block/
Dxpram.c1010 S_IFBLK | S_IRUSR | S_IWUSR, in xpram_init()
/linux-2.4.37.9/fs/nfs/
Dnfs3proc.c469 case S_IFBLK: arg.type = NF3BLK; break; in nfs3_proc_mknod()
/linux-2.4.37.9/drivers/md/
Dlvm-fs.c205 S_IFBLK | S_IRUSR | S_IWUSR | S_IRGRP, in lvm_fs_create_lv()
/linux-2.4.37.9/init/
Ddo_mounts.c414 return sys_mknod(name, S_IFBLK|0600, kdev_t_to_nr(dev)); in create_dev()
/linux-2.4.37.9/drivers/scsi/
Dsr.c912 S_IFBLK | S_IRUGO | S_IWUGO, in sr_finish()

12