HomeSort by: relevance | last modified time | path
    Searched refs:ulfs_lookup (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/modules/lfs/
Makefile 16 SRCS+= ulfs_bmap.c ulfs_dirhash.c ulfs_inode.c ulfs_lookup.c \
  /src/sys/rump/fs/lib/liblfs/
Makefile 14 ulfs_inode.c ulfs_lookup.c ulfs_quota.c ulfs_quota1.c \
  /src/sys/ufs/lfs/
ulfs_extern.h 70 int ulfs_lookup(void *);
100 /* ulfs_lookup.c */
ulfs_lookup.c 1 /* $NetBSD: ulfs_lookup.c,v 1.48 2024/09/08 09:36:52 rillig Exp $ */
41 __KERNEL_RCSID(0, "$NetBSD: ulfs_lookup.c,v 1.48 2024/09/08 09:36:52 rillig Exp $");
97 * Overall outline of ulfs_lookup:
114 ulfs_lookup(void *v) function in typeref:typename:int
728 * that ulfs_lookup left in nameidata and in the ulfs_lookup_results.
742 * If ulr->ulr_count is 0, ulfs_lookup did not find space to insert the
748 * If ulr->ulr_count is not zero, ulfs_lookup found a slot to insert
959 * parameters that ulfs_lookup left in nameidata and in the
ulfs_extattr.c 445 error = ulfs_lookup(&vargs);
lfs_vnops.c 186 { &vop_lookup_desc, ulfs_lookup }, /* lookup */

Completed in 19 milliseconds