Searched refs:inotify_log (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | inotify.h | 90 void inotify_log(struct vnode *, const char *, size_t, int, __uint32_t);
|
| /freebsd/sys/kern/ |
| H A D | vfs_inotify.c | 667 inotify_log(struct vnode *vp, const char *name, size_t namelen, int event, in inotify_log() function 737 inotify_log(vp, NULL, 0, selfevent | isdir, 0); in vn_inotify() 746 inotify_log(dvp, cnp->cn_nameptr, in vn_inotify() 892 inotify_log(vp, NULL, 0, IN_UNMOUNT, 0); in vn_inotify_revoke()
|
| H A D | vfs_cache.c | 4100 inotify_log(vp, NULL, 0, selfevent | isdir, cookie); in cache_vop_inotify() 4116 inotify_log(ncp->nc_dvp, ncp->nc_name, ncp->nc_nlen, in cache_vop_inotify()
|