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

/freebsd-13-stable/sys/compat/lindebugfs/
H A Dlindebugfs.c206 debugfs_attr, NULL, debugfs_destroy, flags | PFS_NOWAIT);
234 dnode->d_pfs_node = pfs_create_dir(pnode, name, debugfs_attr, NULL, debugfs_destroy, PFS_RD | PFS_NOWAIT);
267 dnode->d_pfs_node = pfs_create_link(pnode, name, &debugfs_fill_data, NULL, NULL, NULL, PFS_NOWAIT);
/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs.h80 #define PFS_NOWAIT 0x0020 /* allow malloc to fail */ macro
H A Dpseudofs.c78 if (flags & PFS_NOWAIT)

Completed in 103 milliseconds