Searched refs:_kern_remove_attr (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/build/private/kernel/
H A Dsyscalls.h35 #define _kern_remove_attr _kernbuild_remove_attr macro
78 extern status_t _kern_remove_attr(int fd, const char *name);
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp88 status_t status = _kern_remove_attr(fd, attribute);
/haiku/src/tools/fs_shell/
H A Dsyscalls.h63 fssh_status_t _kern_remove_attr(int fd, const char *name);
H A Dcommand_cp.cpp621 return _kern_remove_attr(fFD, name);
H A Dvfs.cpp5627 _kern_remove_attr(int fd, const char *name) function in namespace:FSShell
/haiku/src/build/libroot/
H A Dfs_attr_haiku.cpp304 // _kern_remove_attr
306 _kern_remove_attr(int fd, const char *name) function
H A Dfs_attr_untyped.cpp712 // _kern_remove_attr
714 _kern_remove_attr(int fd, const char *name) function
H A Dfs_attr_generic.cpp750 // _kern_remove_attr
752 _kern_remove_attr(int fd, const char *name) function
/haiku/src/build/libbe/storage/
H A DNode.cpp271 return fCStatus != B_OK ? B_FILE_ERROR : _kern_remove_attr(fFd, name);
/haiku/src/kits/storage/
H A DNode.cpp281 return fCStatus != B_OK ? B_FILE_ERROR : _kern_remove_attr(fFd, name);
/haiku/headers/private/system/
H A Dsyscalls.h315 extern status_t _kern_remove_attr(int fd, const char *name);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1253 void _kern_remove_attr() {} function
H A Dlibroot_stubs_legacy.c1173 void _kern_remove_attr() {} function
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8710 _kern_remove_attr(int fd, const char* name) function

Completed in 1590 milliseconds