Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dcgroup.h29 struct cgroup *cgroup__new(const char *name, bool do_open);
H A Dcgroup.c117 struct cgroup *cgroup__new(const char *name, bool do_open) in cgroup__new() argument
128 if (do_open) { in cgroup__new()
H A Ddso.c540 static int do_open(char *name) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in do_open() function
612 fd = do_open(name); in __open_dso()
/linux-6.15/Documentation/trace/
H A Dfprobetrace.rst245 …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.15/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c297 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.15/arch/x86/kernel/
H A Dapm_32.c1576 static int do_open(struct inode *inode, struct file *filp) in do_open() function
1882 .open = do_open,
/linux-6.15/fs/nfs/
H A Ddir.c2038 static int do_open(struct inode *inode, struct file *filp) in do_open() function
2050 err = finish_open(file, dentry, do_open); in nfs_finish_open()
/linux-6.15/Documentation/filesystems/
H A 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-6.15/fs/
H A Dnamei.c3836 static int do_open(struct nameidata *nd, in do_open() function
4039 error = do_open(nd, file, op); in path_openat()