Searched refs:do_open (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | cgroup.c | 109 static struct cgroup *cgroup__new(const char *name, bool do_open) in cgroup__new() argument 120 if (do_open) { in cgroup__new()
|
D | dso.c | 473 static int do_open(char *name) in do_open() function 539 fd = do_open(name); in __open_dso()
|
/linux-6.1.9/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 297 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-6.1.9/arch/x86/kernel/ |
D | apm_32.c | 1611 static int do_open(struct inode *inode, struct file *filp) in do_open() function 1917 .open = do_open,
|
/linux-6.1.9/fs/nfs/ |
D | dir.c | 2010 static int do_open(struct inode *inode, struct file *filp) in do_open() function 2022 err = finish_open(file, dentry, do_open); in nfs_finish_open()
|
/linux-6.1.9/Documentation/filesystems/ |
D | path-lookup.rst | 1191 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-6.1.9/fs/ |
D | namei.c | 3513 static int do_open(struct nameidata *nd, in do_open() function 3714 error = do_open(nd, file, op); in path_openat()
|