Home
last modified time | relevance | path

Searched refs:copy_name (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/bpf/bpftool/
H A Dcommon.c420 goto copy_name; in get_prog_full_name()
423 goto copy_name; in get_prog_full_name()
432 goto copy_name; in get_prog_full_name()
436 goto copy_name; in get_prog_full_name()
440 goto copy_name; in get_prog_full_name()
444 copy_name: in get_prog_full_name()
/linux-6.15/fs/hfsplus/
H A Dxattr.c403 static ssize_t copy_name(char *buffer, const char *xattr_name, int name_len) in copy_name() function
659 res = copy_name(buffer, in hfsplus_listxattr_finder_info()
750 res += copy_name(buffer + res, in hfsplus_listxattr()
/linux-6.15/fs/jfs/
H A Dxattr.c103 static inline int copy_name(char *buffer, struct jfs_ea *ea) in copy_name() function
920 int namelen = copy_name(buffer, ea); in jfs_listxattr()
/linux-6.15/fs/
H A Ddcache.c2746 static void copy_name(struct dentry *dentry, struct dentry *target) in copy_name() function
2824 copy_name(dentry, target); in __d_move()