Home
last modified time | relevance | path

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

/freebsd/sys/compat/lindebugfs/
H A Dlindebugfs.c237 debugfs_attr, NULL, debugfs_destroy, flags | PFS_RAW | PFS_NOWAIT); in debugfs_create_file()
317 debugfs_destroy, PFS_RD | PFS_NOWAIT); in debugfs_create_dir()
351 NULL, NULL, NULL, PFS_NOWAIT); in debugfs_create_symlink()
/freebsd/sys/fs/pseudofs/
H A Dpseudofs.h78 #define PFS_NOWAIT 0x0020 /* allow malloc to fail */ macro
H A Dpseudofs.c78 if (flags & PFS_NOWAIT) in pfs_alloc_node_flags()