Home
last modified time | relevance | path

Searched refs:do_open (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dcgroup.c109 static struct cgroup *cgroup__new(const char *name, bool do_open) in cgroup__new() argument
120 if (do_open) { in cgroup__new()
Ddso.c473 static int do_open(char *name) in do_open() function
538 fd = do_open(name); in __open_dso()
/linux-5.19.10/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c297 static int do_open(struct net_device *dev);
462 .ndo_open = do_open,
1381 do_open(struct net_device *dev) in do_open() function
/linux-5.19.10/arch/x86/kernel/
Dapm_32.c1611 static int do_open(struct inode *inode, struct file *filp) in do_open() function
1917 .open = do_open,
/linux-5.19.10/fs/nfs/
Ddir.c2001 static int do_open(struct inode *inode, struct file *filp) in do_open() function
2013 err = finish_open(file, dentry, do_open); in nfs_finish_open()
/linux-5.19.10/Documentation/filesystems/
Dpath-lookup.rst1191 with do_open() for opening a file. Part of open_last_lookups() runs
1194 Explaining open_last_lookups() and do_open() completely is beyond the scope
1198 1. Rather than just finding the target file, do_open() is used after
/linux-5.19.10/fs/
Dnamei.c3478 static int do_open(struct nameidata *nd, in do_open() function
3657 error = do_open(nd, file, op); in path_openat()