Searched refs:path_node_t (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/usr.sbin/notifyd/ |
| HD | pathwatch.c | 107 path_node_t **path_node; 121 static void _path_node_update(path_node_t *pnode, uint32_t flags, vnode_t *vnode); 282 _vnode_add_pnode(vnode_t *vnode, path_node_t *pnode) in _vnode_add_pnode() 302 vnode->path_node = (path_node_t **)calloc(1, sizeof(path_node_t *)); in _vnode_add_pnode() 306 …vnode->path_node = (path_node_t **)reallocf(vnode->path_node, (vnode->path_node_count + 1) * sizeo… in _vnode_add_pnode() 386 _vnode_create(const char *path, uint32_t type, path_node_t *pnode) in _vnode_create() 465 _vnode_create_real_path(const char *path, uint32_t type, path_node_t *pnode) in _vnode_create_real_path() 485 path_node_t **new_path_node; in _vnode_sweep() 509 new_path_node = (path_node_t **)calloc(new_path_node_count, sizeof(path_node_t *)); in _vnode_sweep() 576 _vnode_release_for_node(path_node_t *pnode) in _vnode_release_for_node() [all …]
|
| HD | pathwatch.h | 79 } path_node_t; typedef 81 path_node_t *path_node_create(const char *path, uid_t uid, gid_t gid, uint32_t mask, dispatch_queue… 82 void path_node_close(path_node_t *pnode);
|
| HD | service.c | 78 path_node_t *node; in service_open_path() 94 node = (path_node_t *)info->private; in service_open_path() 139 path_node_t *node = NULL; in service_open_path_private() 159 node = (path_node_t *)info->private; in service_open_path_private()
|
| HD | notifyd.c | 300 path_node_t *node; in fprint_status() 447 node = (path_node_t *)info->private; in fprint_status() 501 node = (path_node_t *)info->private; in fprint_status()
|