Home
last modified time | relevance | path

Searched refs:VFS_NOTIFY_UPPER_UNLINK (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dmount.h917 #define VFS_NOTIFY_UPPER_UNLINK 2 macro
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c1923 vfs_notify_upper(vp, VFS_NOTIFY_UPPER_UNLINK); in kern_funlinkat()
3881 vfs_notify_upper(vp, VFS_NOTIFY_UPPER_UNLINK); in kern_frmdirat()
H A Dvfs_subr.c3904 case VFS_NOTIFY_UPPER_UNLINK: in vfs_notify_upper()