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

  /src/libexec/lfs_cleanerd/
cleaner.h 18 struct clfs { struct
47 * Get lfs accessors that use struct clfs. This must come after the
48 * definition of struct clfs. (blah)
50 #define STRUCT_LFS struct clfs
63 void calc_cb(struct clfs *, int, struct clfs_seguse *);
65 void handle_error(struct clfs **, int);
66 int init_fs(struct clfs *, char *);
67 int invalidate_segment(struct clfs *, int);
68 void lfs_ientry(IFILE **, struct clfs *, ino_t, struct ubuf **);
69 int load_segment(struct clfs *, int, BLOCK_INFO **, int *)
    [all...]
cleansrv.c 56 extern struct clfs **fsp;
69 struct clfs **nfsp;
83 nfsp = (struct clfs **)realloc(fsp,
91 fsp[nfss - 1] = (struct clfs *)malloc(sizeof(**fsp));
coalesce.c 113 get_dinode(struct clfs *fs, ino_t ino)
158 clean_inode(struct clfs *fs, ino_t ino)
393 int clean_all_inodes(struct clfs *fs)
422 fork_coalesce(struct clfs *fs)
lfs_cleanerd.c 74 struct clfs **fsp; /* Array of extended filesystem structures */
128 handle_error(struct clfs **cfsp, int n)
141 reinit_fs(struct clfs *fs)
165 init_unmounted_fs(struct clfs *fs, char *fsname)
210 init_fs(struct clfs *fs, char *fsname)
344 reload_ifile(struct clfs *fs)
378 lfs_ientry(IFILE **ifpp, struct clfs *fs, ino_t ino, struct ubuf **bpp)
443 parse_pseg(struct clfs *fs, daddr_t daddr, BLOCK_INFO **bipp, int *bic)
669 log_segment_read(struct clfs *fs, int sn)
701 load_segment(struct clfs *fs, int sn, BLOCK_INFO **bipp, int *bic
    [all...]

Completed in 13 milliseconds