Lines Matching refs:lfs
75 #include <ufs/lfs/ulfs_inode.h>
76 #include <ufs/lfs/lfs.h>
77 #include <ufs/lfs/lfs_accessors.h>
78 #include <ufs/lfs/lfs_kernel.h>
79 #include <ufs/lfs/lfs_extern.h>
102 lfs_setup_resblks(struct lfs *fs)
154 lfs_free_resblks(struct lfs *fs)
185 lfs_malloc(struct lfs *fs, size_t size, int type)
243 lfs_free(struct lfs *fs, void *p, int type)
282 lfs_fraglock_enter(struct lfs *fs, int enter_exit)
288 lfs_fraglock_held(struct lfs *fs, int read_write)
294 lfs_fraglock_exit(struct lfs *fs)
304 lfs_seglock(struct lfs *fs, unsigned long flags)
356 marker->inode_ext.lfs = pool_get(&lfs_inoext_pool, PR_WAITOK);
357 memset(marker->inode_ext.lfs, 0, sizeof(*marker->inode_ext.lfs));
366 pool_put(&lfs_inoext_pool, marker->inode_ext.lfs);
370 static void lfs_unmark_dirop(struct lfs *);
373 lfs_unmark_dirop(struct lfs *fs)
424 lfs_auto_segclean(struct lfs *fs)
461 "lfs asb", 0, &lfs_lock);
481 lfs_seglock_held(struct lfs *fs)
491 lfs_segunlock(struct lfs *fs)
501 panic("lfs seglock not held");
606 lfs_cleanerlock(struct lfs *fs)
628 lfs_cleanerlock_held(struct lfs *fs)
643 lfs_cleanerunlock(struct lfs *fs)
664 lfs_prelock(struct lfs *fs, unsigned long flags)
698 lfs_prelock_held(struct lfs *fs)
716 lfs_preunlock(struct lfs *fs)
732 lfs_writer_enter(struct lfs *fs, const char *wmesg)
754 lfs_writer_tryenter(struct lfs *fs)
769 lfs_writer_leave(struct lfs *fs)
787 lfs_segunlock_relock(struct lfs *fs)
843 lfs_wakeup_cleaner(struct lfs *fs)
858 lfs_setclean(struct lfs *fs, struct vnode *vp)
886 lfs_clrclean(struct lfs *fs, struct vnode *vp)
914 lfs_seguse_clrflag_all(struct lfs *fs, uint32_t flag)