Searched refs:do_open (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/fs/ |
D | nfsctl.c | 23 static struct file *do_open(char *name, int flags) in do_open() function 90 file = do_open(map[cmd].name, map[cmd].rsize ? O_RDWR : O_WRONLY); in SYSCALL_DEFINE3()
|
/linux-2.6.39/ipc/ |
D | mqueue.c | 653 static struct file *do_open(struct ipc_namespace *ipc_ns, in do_open() function 717 filp = do_open(ipc_ns, dentry, oflag); in SYSCALL_DEFINE4() 729 filp = do_open(ipc_ns, dentry, oflag); in SYSCALL_DEFINE4()
|
/linux-2.6.39/drivers/net/pcmcia/ |
D | xirc2ps_cs.c | 299 static int do_open(struct net_device *dev); 464 .ndo_open = do_open, 1390 do_open(struct net_device *dev) in do_open() function
|
/linux-2.6.39/arch/x86/kernel/ |
D | apm_32.c | 1604 static int do_open(struct inode *inode, struct file *filp) in do_open() function 1923 .open = do_open,
|
/linux-2.6.39/fs/nfs/ |
D | dir.c | 1371 static int do_open(struct inode *inode, struct file *filp) in do_open() function 1390 filp = lookup_instantiate_filp(nd, ctx->path.dentry, do_open); in nfs_intent_set_file()
|