/src/sys/sys/ |
xattr.h | 74 int removexattr(const char *, const char *);
|
/src/lib/librefuse/refuse/ |
v21.h | 71 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v21
|
v22.h | 75 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v22
|
v23.h | 75 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v23
|
v25.h | 71 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v25
|
v28.h | 71 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v28
|
v29.h | 71 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v29
|
v34.h | 69 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v34
|
v35.h | 69 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v35
|
v26.h | 71 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v26
|
v30.h | 79 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v30
|
v38.h | 69 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v38
|
fs.c | 1538 /* removexattr() appeared on FUSE 2.1. */ 1544 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->removexattr) \ 1545 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->removexattr(path, name); \
|
/src/lib/libc/sys/ |
Makefile.inc | 113 setxattr.S getxattr.S listxattr.S removexattr.S \
|
/src/sys/rump/librump/rumpkern/ |
rump_syscalls.c | 4355 __weak_alias(removexattr,rump___sysimpl_removexattr); 8199 }, /* 384 = removexattr */
|