Searched refs:default_open (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/drivers/oprofile/ |
D | oprofilefs.c | 120 static int default_open(struct inode *inode, struct file *filp) in default_open() function 131 .open = default_open, 138 .open = default_open, 190 .open = default_open,
|
/linux-3.3/fs/debugfs/ |
D | file.c | 36 static int default_open(struct inode *inode, struct file *file) in default_open() function 47 .open = default_open, 450 .open = default_open, 495 .open = default_open,
|
/linux-3.3/drivers/mtd/ubi/ |
D | debug.c | 389 static int default_open(struct inode *inode, struct file *file) in default_open() function 401 .open = default_open,
|
/linux-3.3/drivers/usb/core/ |
D | inode.c | 432 static int default_open (struct inode *inode, struct file *file) in default_open() function 443 .open = default_open,
|