Searched refs:stat_attr (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/
H A Drmattr.cpp49 stat_attr(const char* /*attribute*/, struct stat* stat) function
69 glob.gl_lstat = stat_attr;
70 glob.gl_stat = stat_attr;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp648 if (!fFSOps->stat_attr)
651 status_t error = fFSOps->stat_attr(fVolumeCookie, node, cookie->fName,
846 if (!fFSOps->stat_attr)
849 = (fFSOps->stat_attr(fVolumeCookie, node, name, &attrInfo) == B_OK);
H A DBeOSKernelFileSystem.cpp207 fFSOps->stat_attr);
H A Dfs_interface.h242 beos_op_stat_attr *stat_attr; member in struct:beos_vnode_ops
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h223 op_stat_attr *stat_attr; member in struct:vnode_ops

Completed in 432 milliseconds