Home
last modified time | relevance | path

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

/linux-6.6.21/tools/bpf/bpftool/
Dcommon.c348 goto copy_name; in get_prog_full_name()
351 goto copy_name; in get_prog_full_name()
360 goto copy_name; in get_prog_full_name()
364 goto copy_name; in get_prog_full_name()
368 goto copy_name; in get_prog_full_name()
372 copy_name: in get_prog_full_name()
/linux-6.6.21/fs/hfsplus/
Dxattr.c403 static int copy_name(char *buffer, const char *xattr_name, int name_len) in copy_name() function
661 res = copy_name(buffer, in hfsplus_listxattr_finder_info()
752 res += copy_name(buffer + res, in hfsplus_listxattr()
/linux-6.6.21/fs/jfs/
Dxattr.c103 static inline int copy_name(char *buffer, struct jfs_ea *ea) in copy_name() function
896 int namelen = copy_name(buffer, ea); in jfs_listxattr()
/linux-6.6.21/fs/
Ddcache.c2910 static void copy_name(struct dentry *dentry, struct dentry *target) in copy_name() function
2989 copy_name(dentry, target); in __d_move()