Searched refs:do_open (Results 1 – 9 of 9) sorted by relevance
/linux/tools/perf/util/ |
A 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()
|
A D | dso.c | 473 static int do_open(char *name) in do_open() function 527 fd = do_open(name); in __open_dso()
|
/linux/drivers/net/ethernet/xircom/ |
A 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/arch/x86/kernel/ |
A D | apm_32.c | 1604 static int do_open(struct inode *inode, struct file *filp) in do_open() function 1910 .open = do_open,
|
/linux/fs/nfs/ |
A D | dir.c | 1836 static int do_open(struct inode *inode, struct file *filp) in do_open() function 1848 err = finish_open(file, dentry, do_open); in nfs_finish_open()
|
/linux/fs/ |
A D | namei.c | 3382 static int do_open(struct nameidata *nd, in do_open() function 3559 error = do_open(nd, file, op); in path_openat()
|
/linux/Documentation/filesystems/ |
A 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/ |
A D | System.map | 12248 ffff80001038f974 t do_open
|
A D | .tmp_System.map | 12248 ffff80001038f974 t do_open
|
Completed in 401 milliseconds