Searched defs:lfs (Results 1 – 9 of 9) sorted by relevance
1003 struct lfs { struct1005 struct dlfs u_32; argument1007 } lfs_dlfs_u; argument1010 unsigned lfs_is64 : 1, /* are we lfs64 or lfs32? */ argument1011 lfs_dobyteswap : 1, /* are we opposite-endian? */ argument1012 lfs_hasolddirfmt : 1; /* dir entries have no d_type */ argument1014 struct segment *lfs_sp; /* current segment being written */ argument1015 struct vnode *lfs_ivnode; /* vnode for the ifile */ argument1016 uint32_t lfs_seglock; /* single-thread the segment writer */ argument1017 pid_t lfs_lockpid; /* pid of lock holder */ argument[all …]
120 #define MNINDIR(lfs) ((lfs)->um_nindir) argument121 #define blkptrtodb(lfs, b) ((b) << (lfs)->um_bptrtodb) argument
40 #define ULFS_MPNEEDSWAP(lfs) ((lfs)->um_flags & ULFS_NEEDSWAP) argument
153 struct lfs_inode_ext *lfs; member
1367 int (*match)(struct lfs *, struct buf *))
108 struct lfs *lfs; /* LFS */ member134 struct lfs_inode_ext *lfs; member
83 struct lfs *lfs; /* LFS */ member
67 struct lfs *lfs; member
417 …ruct lfs * fs, struct segment * sp, struct uvnode * vp, int (*match) (struct lfs *, struct ubuf *)) in lfs_gather()