Searched refs:do_open (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | cgroup.h | 29 struct cgroup *cgroup__new(const char *name, bool do_open);
|
D | cgroup.c | 117 struct cgroup *cgroup__new(const char *name, bool do_open) in cgroup__new() argument 128 if (do_open) { in cgroup__new()
|
D | dso.c | 521 static int do_open(char *name) in do_open() function 592 fd = do_open(name); in __open_dso()
|
/linux-6.12.1/Documentation/trace/ |
D | fprobetrace.rst | 245 …sh-131 [006] ...1. 1945.714358: vfs_open__exit: (do_open+0x274/0x3d0 <- vfs_open) mode=0x4d80… 247 …cat-143 [007] ...1. 1945.717956: vfs_open__exit: (do_open+0x274/0x3d0 <- vfs_open) mode=0x4a8… 249 …cat-143 [007] ...1. 1945.728263: vfs_open__exit: (do_open+0x274/0x3d0 <- vfs_open) mode=0xa80…
|
/linux-6.12.1/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 297 static int do_open(struct net_device *dev); 462 .ndo_open = do_open, 1384 do_open(struct net_device *dev) in do_open() function
|
/linux-6.12.1/arch/x86/kernel/ |
D | apm_32.c | 1576 static int do_open(struct inode *inode, struct file *filp) in do_open() function 1882 .open = do_open,
|
/linux-6.12.1/fs/nfs/ |
D | dir.c | 2045 static int do_open(struct inode *inode, struct file *filp) in do_open() function 2057 err = finish_open(file, dentry, do_open); in nfs_finish_open()
|
/linux-6.12.1/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.12.1/fs/ |
D | namei.c | 3730 static int do_open(struct nameidata *nd, in do_open() function 3933 error = do_open(nd, file, op); in path_openat()
|