Searched refs:do_open (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | cgroup.c | 54 static struct cgroup *cgroup__new(const char *name, bool do_open) in cgroup__new() argument 65 if (do_open) { in cgroup__new()
|
D | dso.c | 463 static int do_open(char *name) in do_open() function 517 fd = do_open(name); in __open_dso()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 297 static int do_open(struct net_device *dev); 462 .ndo_open = do_open, 1387 do_open(struct net_device *dev) in do_open() function
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | apm_32.c | 1604 static int do_open(struct inode *inode, struct file *filp) in do_open() function 1910 .open = do_open,
|
/kernel/liteos_a/syscall/ |
D | los_syscall.h | 210 extern int do_open(int dirfd, const char *path, int oflags, mode_t mode);
|
D | fs_syscall.c | 328 ret = do_open(AT_FDCWD, pathRet, oflags, mode); in SysOpen() 1692 ret = do_open(dirfd, (path ? pathRet : NULL), oflags, mode); in SysOpenat()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | dir.c | 1646 static int do_open(struct inode *inode, struct file *filp) in do_open() function 1658 err = finish_open(file, dentry, do_open); in nfs_finish_open()
|
/kernel/linux/linux-5.10/fs/ |
D | namei.c | 3208 static int do_open(struct nameidata *nd, in do_open() function 3367 error = do_open(nd, file, op); in path_openat()
|