<dec f='src/src/sys/ufs/ufs/ufs_extern.h' l='129' type='int ufs_blkatoff(struct vnode * , __off_t , void * , struct buf ** , _Bool )'/>
<use f='src/src/sys/ufs/ufs/ufs_lookup.c' l='447' u='c' c='ufs_lookup'/>
<use f='src/src/sys/ufs/ufs/ufs_lookup.c' l='467' u='c' c='ufs_lookup'/>
<use f='src/src/sys/ufs/ufs/ufs_lookup.c' l='918' u='c' c='ufs_dircompact'/>
<use f='src/src/sys/ufs/ufs/ufs_lookup.c' l='1119' u='c' c='ufs_dirremove'/>
<use f='src/src/sys/ufs/ufs/ufs_lookup.c' l='1128' u='c' c='ufs_dirremove'/>
<use f='src/src/sys/ufs/ufs/ufs_lookup.c' l='1218' u='c' c='ufs_dirrewrite'/>
<def f='src/src/sys/ufs/ufs/ufs_lookup.c' l='1309' ll='1365' type='int ufs_blkatoff(struct vnode * vp, __off_t offset, void * v, struct buf ** bpp, _Bool modify)'/>
<doc f='src/src/sys/ufs/ufs/ufs_lookup.c' l='1302'>/*
 * ufs_blkatoff: Return buffer with the contents of block &quot;offset&quot; from
 * the beginning of directory &quot;vp&quot;.  If &quot;res&quot; is non-NULL, fill it in with
 * a pointer to the remaining space in the directory.  If the caller intends
 * to modify the buffer returned, &quot;modify&quot; must be true.
 */</doc>
<use f='src/src/sys/ufs/ufs/ufs_rename.c' l='651' u='c' c='ufs_rename_recalculate_fulr'/>
