Searched refs:the_nilfs (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dthe_nilfs.h2 * the_nilfs.h - the_nilfs shared structure.
35 /* the_nilfs struct */
46 * struct the_nilfs - struct to supervise multiple nilfs mount points
96 struct the_nilfs { struct
134 * The writable FS-instance is sole during a lifetime of the_nilfs.
161 * the_nilfs is initialized.
189 static inline void set_nilfs_##name(struct the_nilfs *nilfs) \
193 static inline void clear_nilfs_##name(struct the_nilfs *nilfs) \
197 static inline int nilfs_##name(struct the_nilfs *nilf
[all...]
H A Dmdt.h33 * @mi_nilfs: back pointer to the_nilfs struct
44 struct the_nilfs *mi_nilfs;
60 static inline struct the_nilfs *NILFS_I_NILFS(struct inode *inode)
79 struct inode *nilfs_mdt_new(struct the_nilfs *, struct super_block *, ino_t,
81 struct inode *nilfs_mdt_new_common(struct the_nilfs *, struct super_block *,
H A Dnilfs.h32 #include "the_nilfs.h"
193 static inline struct inode *nilfs_dat_inode(const struct the_nilfs *nilfs)
240 int nilfs_ioctl_prepare_clean_segments(struct the_nilfs *, struct nilfs_argv *,
267 extern struct inode *nilfs_alloc_inode_common(struct the_nilfs *);
281 struct the_nilfs *);
295 int nilfs_init_gccache(struct the_nilfs *);
296 void nilfs_destroy_gccache(struct the_nilfs *);
298 struct inode *nilfs_gc_iget(struct the_nilfs *, ino_t, __u64);
299 void nilfs_remove_all_gcinode(struct the_nilfs *);
302 int nilfs_init_gcdat_inode(struct the_nilfs *);
[all...]
H A Dgcdat.c30 int nilfs_init_gcdat_inode(struct the_nilfs *nilfs)
50 void nilfs_commit_gcdat_inode(struct the_nilfs *nilfs)
76 void nilfs_clear_gcdat_inode(struct the_nilfs *nilfs)
H A Dsegment.h237 extern int nilfs_read_super_root_block(struct the_nilfs *, sector_t,
239 extern int nilfs_search_super_root(struct the_nilfs *,
241 extern int nilfs_salvage_orphan_logs(struct the_nilfs *,
H A DMakefile4 the_nilfs.o segbuf.o segment.o cpfile.o sufile.o \
H A Dcpfile.h44 struct inode *nilfs_cpfile_new(struct the_nilfs *nilfs, size_t cpsize);
H A Dsb.h38 struct the_nilfs;
61 struct the_nilfs *s_nilfs;
H A Dioctl.c40 static int nilfs_ioctl_wrap_copy(struct the_nilfs *nilfs,
42 ssize_t (*dofunc)(struct the_nilfs *,
104 struct the_nilfs *nilfs = NILFS_SB(inode->i_sb)->s_nilfs;
169 nilfs_ioctl_do_get_cpinfo(struct the_nilfs *nilfs, __u64 *posp, int flags,
184 struct the_nilfs *nilfs = NILFS_SB(inode->i_sb)->s_nilfs;
200 nilfs_ioctl_do_get_suinfo(struct the_nilfs *nilfs, __u64 *posp, int flags,
215 struct the_nilfs *nilfs = NILFS_SB(inode->i_sb)->s_nilfs;
231 nilfs_ioctl_do_get_vinfo(struct the_nilfs *nilfs, __u64 *posp, int flags,
243 nilfs_ioctl_do_get_bdescs(struct the_nilfs *nilfs, __u64 *posp, int flags,
272 struct the_nilfs *nilf
[all...]
H A Ddat.h57 struct inode *nilfs_dat_new(struct the_nilfs *nilfs, size_t entry_size);
H A Dgcinode.c185 * @nilfs - the_nilfs
190 int nilfs_init_gccache(struct the_nilfs *nilfs)
213 void nilfs_destroy_gccache(struct the_nilfs *nilfs)
222 static struct inode *alloc_gcinode(struct the_nilfs *nilfs, ino_t ino,
255 struct inode *nilfs_gc_iget(struct the_nilfs *nilfs, ino_t ino, __u64 cno)
283 * nilfs_remove_all_gcinode() - remove all inodes from the_nilfs
285 void nilfs_remove_all_gcinode(struct the_nilfs *nilfs)
H A Dthe_nilfs.c2 * the_nilfs.c - the_nilfs shared structure.
43 void nilfs_set_last_segment(struct the_nilfs *nilfs,
64 * alloc_nilfs - allocate the_nilfs structure
65 * @bdev: block device to which the_nilfs is related
67 * alloc_nilfs() allocates memory for the_nilfs and
70 * Return Value: On success, pointer to the_nilfs is returned.
73 static struct the_nilfs *alloc_nilfs(struct block_device *bdev)
75 struct the_nilfs *nilfs;
99 * @bdev: block device to which the_nilfs i
[all...]
H A Dsegbuf.h122 struct the_nilfs *);
126 struct the_nilfs *);
175 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs);
H A Dsuper.c81 struct the_nilfs *nilfs = sbi->s_nilfs;
150 struct inode *nilfs_alloc_inode_common(struct the_nilfs *nilfs)
176 struct the_nilfs *nilfs = sbi->s_nilfs;
241 struct the_nilfs *nilfs)
259 struct the_nilfs *nilfs = sbi->s_nilfs;
285 struct the_nilfs *nilfs = sbi->s_nilfs;
343 struct the_nilfs *nilfs = sbi->s_nilfs;
371 struct the_nilfs *nilfs = sbi->s_nilfs;
394 struct the_nilfs *nilfs = sbi->s_nilfs;
447 struct the_nilfs *nilf
[all...]
H A Drecovery.c104 static int nilfs_compute_checksum(struct the_nilfs *nilfs,
142 int nilfs_read_super_root_block(struct the_nilfs *nilfs, sector_t sr_block,
193 nilfs_read_log_header(struct the_nilfs *nilfs, sector_t start_blocknr,
211 static int nilfs_validate_log(struct the_nilfs *nilfs, u64 seg_seq,
254 static void *nilfs_read_summary_info(struct the_nilfs *nilfs,
284 static void nilfs_skip_summary_info(struct the_nilfs *nilfs,
316 static int nilfs_scan_dsync_log(struct the_nilfs *nilfs, sector_t start_blocknr,
427 static int nilfs_prepare_segment_for_recovery(struct the_nilfs *nilfs,
487 static int nilfs_recovery_copy_block(struct the_nilfs *nilfs,
505 static int nilfs_recover_dsync_blocks(struct the_nilfs *nilf
[all...]
H A Dsufile.h65 struct inode *nilfs_sufile_new(struct the_nilfs *nilfs, size_t susize);
H A Dsegbuf.c34 struct the_nilfs *nilfs;
44 struct the_nilfs *nilfs);
74 unsigned long offset, struct the_nilfs *nilfs)
102 __u64 nextnum, struct the_nilfs *nilfs)
304 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs)
416 static struct bio *nilfs_alloc_seg_bio(struct the_nilfs *nilfs, sector_t start,
485 struct the_nilfs *nilfs)
H A Dmdt.c81 struct the_nilfs *nilfs = NILFS_MDT(inode)->mi_nilfs;
404 struct the_nilfs *nilfs = NILFS_MDT(inode)->mi_nilfs;
461 nilfs_mdt_new_common(struct the_nilfs *nilfs, struct super_block *sb,
528 struct inode *nilfs_mdt_new(struct the_nilfs *nilfs, struct super_block *sb,
H A Dsegment.c186 struct the_nilfs *nilfs;
275 struct the_nilfs *nilfs = sbi->s_nilfs;
760 struct the_nilfs *nilfs = sbi->s_nilfs;
802 struct the_nilfs *nilfs = sbi->s_nilfs;
812 struct the_nilfs *nilfs = sci->sc_sbi->s_nilfs;
836 struct the_nilfs *nilfs = sbi->s_nilfs;
900 struct the_nilfs *nilfs)
1061 struct the_nilfs *nilfs = sbi->s_nilfs;
1219 struct the_nilfs *nilfs)
1279 struct the_nilfs *nilf
[all...]
H A Dsufile.c508 struct the_nilfs *nilfs = NILFS_MDT(sufile)->mi_nilfs;
586 struct the_nilfs *nilfs = NILFS_MDT(sufile)->mi_nilfs;
670 struct inode *nilfs_sufile_new(struct the_nilfs *nilfs, size_t susize)
H A Ddat.c453 struct inode *nilfs_dat_new(struct the_nilfs *nilfs, size_t entry_size)
H A Dcpfile.c866 struct the_nilfs *nilfs;
950 struct inode *nilfs_cpfile_new(struct the_nilfs *nilfs, size_t cpsize)

Completed in 122 milliseconds