Home
last modified time | relevance | path

Searched refs:PRIV_VFS_MKNOD_WHT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dpriv.h273 #define PRIV_VFS_MKNOD_WHT 332 /* Can mknod() to create whiteout. */ macro
/freebsd/sys/kern/
H A Dvfs_syscalls.c1370 error = priv_check(td, PRIV_VFS_MKNOD_WHT); in kern_mknodat()