Searched refs:fs_close_attr_dir (Results 1 - 16 of 16) sorted by relevance

/haiku/headers/private/shared/
H A DAutoDeleterPosix.h20 typedef CObjectDeleter<DIR, int, fs_close_attr_dir> AttrDirCloser;
/haiku/headers/os/kernel/
H A Dfs_attr.h40 extern int fs_close_attr_dir(DIR *dir);
/haiku/headers/build/os/kernel/
H A Dfs_attr.h41 extern int fs_close_attr_dir(DIR *dir);
/haiku/src/bin/
H A Drmattr.cpp66 glob.gl_closedir = (void (*)(void *))fs_close_attr_dir;
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp148 fs_close_attr_dir(DIR* dir) function
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp120 fs_close_attr_dir(dir);
172 fs_close_attr_dir(dir);
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp306 fs_close_attr_dir(void *dir) function
308 HIDDEN_FUNCTION(fs_close_attr_dir);
H A Dfs_attr_haiku.cpp85 // fs_close_attr_dir
89 return fs_close_attr_dir(dir);
H A Dfs_descriptors.cpp450 if (fs_close_attr_dir(oldDir) < 0)
H A Dfs_attr_untyped.cpp359 // fs_close_attr_dir
361 fs_close_attr_dir(DIR *dir) function
H A Dfs_attr_generic.cpp441 // fs_close_attr_dir
443 fs_close_attr_dir(DIR *dir) function
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.cpp299 if (fs_close_attr_dir(fDir) < 0)
/haiku/headers/build/
H A DBeOSBuildCompatibility.h175 # define fs_close_attr_dir _haiku_build_fs_close_attr_dir macro
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp155 fs_close_attr_dir(fAttrDir);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1766 void fs_close_attr_dir() {} function
H A Dlibroot_stubs_legacy.c1713 void fs_close_attr_dir() {} function

Completed in 148 milliseconds