Searched refs:osb (Results 26 - 37 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dnamei.h41 int ocfs2_orphan_del(struct ocfs2_super *osb,
H A Dsuper.h31 int ocfs2_publish_get_mount_state(struct ocfs2_super *osb,
H A Ddcache.c48 struct ocfs2_super *osb = OCFS2_SB(dentry->d_sb); local
60 BUG_ON(!osb);
62 if (inode == osb->root_inode || is_bad_inode(inode))
312 static void ocfs2_drop_dentry_lock(struct ocfs2_super *osb, argument
315 ocfs2_simple_drop_lockres(osb, &dl->dl_lockres);
321 void ocfs2_dentry_lock_put(struct ocfs2_super *osb, argument
334 ocfs2_drop_dentry_lock(osb, dl);
381 struct ocfs2_super *osb = OCFS2_SB(old_dir->i_sb); local
387 ocfs2_dentry_lock_put(osb, dentry->d_fsdata);
H A Dfile.c122 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
131 journal = osb->journal->j_journal;
144 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
146 if (ocfs2_is_hard_readonly(osb) || ocfs2_is_soft_readonly(osb))
177 if ((now.tv_sec - inode->i_atime.tv_sec <= osb->s_atime_quantum))
187 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
192 handle = ocfs2_start_trans(osb, OCFS2_INODE_UPDATE_CREDITS);
238 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
241 handle = ocfs2_start_trans(osb, OCFS2_INODE_UPDATE_CREDIT
258 ocfs2_orphan_for_truncate(struct ocfs2_super *osb, struct inode *inode, struct buffer_head *fe_bh, u64 new_i_size) argument
322 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
418 ocfs2_do_extend_allocation(struct ocfs2_super *osb, struct inode *inode, u32 *logical_offset, u32 clusters_to_add, struct buffer_head *fe_bh, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, enum ocfs2_alloc_restarted *reason_ret) argument
529 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
602 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
933 struct ocfs2_super *osb = OCFS2_SB(sb); local
1029 struct ocfs2_super *osb = sb->s_fs_info; local
1079 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
[all...]
H A Dsuballoc.c58 static int ocfs2_block_group_alloc(struct ocfs2_super *osb,
70 static int ocfs2_claim_suballoc_bits(struct ocfs2_super *osb,
274 static int ocfs2_block_group_alloc(struct ocfs2_super *osb, argument
294 status = ocfs2_reserve_clusters(osb,
303 credits = ocfs2_calc_group_alloc_credits(osb->sb,
305 handle = ocfs2_start_trans(osb, credits);
313 status = ocfs2_claim_clusters(osb,
328 bg_blkno = ocfs2_clusters_to_blocks(osb->sb, bit_off);
332 bg_bh = sb_getblk(osb->sb, bg_blkno);
389 ocfs2_commit_trans(osb, handl
401 ocfs2_reserve_suballoc_bits(struct ocfs2_super *osb, struct ocfs2_alloc_context *ac, int type, u32 slot) argument
483 ocfs2_reserve_new_metadata(struct ocfs2_super *osb, struct ocfs2_dinode *fe, struct ocfs2_alloc_context **ac) argument
527 ocfs2_reserve_new_inode(struct ocfs2_super *osb, struct ocfs2_alloc_context **ac) argument
566 ocfs2_reserve_cluster_bitmap_bits(struct ocfs2_super *osb, struct ocfs2_alloc_context *ac) argument
589 ocfs2_reserve_clusters(struct ocfs2_super *osb, u32 bits_wanted, struct ocfs2_alloc_context **ac) argument
682 ocfs2_block_group_find_clear_bits(struct ocfs2_super *osb, struct buffer_head *bg_bh, unsigned int bits_wanted, unsigned int total_bits, u16 *bit_off, u16 *bits_found) argument
1243 ocfs2_claim_suballoc_bits(struct ocfs2_super *osb, struct ocfs2_alloc_context *ac, handle_t *handle, u32 bits_wanted, u32 min_bits, u16 *bit_off, unsigned int *num_bits, u64 *bg_blkno) argument
1361 ocfs2_claim_metadata(struct ocfs2_super *osb, handle_t *handle, struct ocfs2_alloc_context *ac, u32 bits_wanted, u16 *suballoc_bit_start, unsigned int *num_bits, u64 *blkno_start) argument
1398 ocfs2_claim_new_inode(struct ocfs2_super *osb, handle_t *handle, struct ocfs2_alloc_context *ac, u16 *suballoc_bit, u64 *fe_blkno) argument
1445 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
1461 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
1480 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
1501 ocfs2_claim_clusters(struct ocfs2_super *osb, handle_t *handle, struct ocfs2_alloc_context *ac, u32 min_clusters, u32 *cluster_start, u32 *num_clusters) argument
1636 struct ocfs2_super *osb = OCFS2_SB(alloc_inode->i_sb); local
[all...]
H A Daops.c56 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
98 buffer_cache_bh = sb_getblk(osb->sb, blkno);
143 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
173 mlog_bug_on_msg(create && p_blkno == 0 && ocfs2_sparse_alloc(osb),
181 if (!ocfs2_sparse_alloc(osb)) {
344 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
348 handle = ocfs2_start_trans(osb, OCFS2_INODE_UPDATE_CREDITS);
366 ocfs2_commit_trans(osb, handle);
595 static void ocfs2_figure_cluster_boundaries(struct ocfs2_super *osb, argument
602 if (unlikely(PAGE_CACHE_SHIFT > osb
630 ocfs2_clear_page_regions(struct page *page, struct ocfs2_super *osb, u32 cpos, unsigned from, unsigned to) argument
771 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
837 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
1137 ocfs2_write_ctxt_init(struct ocfs2_write_ctxt *wc, struct ocfs2_super *osb, loff_t pos, size_t count, ocfs2_page_writer *cb, void *cb_priv) argument
1180 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
[all...]
H A Dioctl.c46 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); local
71 handle = ocfs2_start_trans(osb, OCFS2_INODE_UPDATE_CREDITS);
100 ocfs2_commit_trans(osb, handle);
H A Dfile.h40 int ocfs2_do_extend_allocation(struct ocfs2_super *osb,
H A Dalloc.c291 int ocfs2_num_free_extents(struct ocfs2_super *osb, argument
309 retval = ocfs2_read_block(osb, le64_to_cpu(fe->i_last_eb_blk),
336 static int ocfs2_create_new_meta_bhs(struct ocfs2_super *osb, argument
353 status = ocfs2_claim_metadata(osb,
366 bhs[i] = sb_getblk(osb->sb, first_blkno);
381 memset(bhs[i]->b_data, 0, osb->sb->s_blocksize);
386 eb->h_fs_generation = cpu_to_le32(osb->fs_generation);
392 eb->h_suballoc_slot = cpu_to_le16(osb->slot_num);
396 cpu_to_le16(ocfs2_extent_recs_per_eb(osb->sb));
459 static int ocfs2_add_branch(struct ocfs2_super *osb, argument
637 ocfs2_shift_tree_depth(struct ocfs2_super *osb, handle_t *handle, struct inode *inode, struct buffer_head *fe_bh, struct ocfs2_alloc_context *meta_ac, struct buffer_head **ret_new_eb_bh) argument
748 ocfs2_find_branch_target(struct ocfs2_super *osb, struct inode *inode, struct buffer_head *fe_bh, struct buffer_head **target_bh) argument
2297 ocfs2_insert_extent(struct ocfs2_super *osb, handle_t *handle, struct inode *inode, struct buffer_head *fe_bh, u32 cpos, u64 start_blk, u32 new_clusters, struct ocfs2_alloc_context *meta_ac) argument
2408 ocfs2_truncate_log_needs_flush(struct ocfs2_super *osb) argument
2441 ocfs2_truncate_log_append(struct ocfs2_super *osb, handle_t *handle, u64 start_blk, unsigned int num_clusters) argument
2524 ocfs2_replay_truncate_records(struct ocfs2_super *osb, handle_t *handle, struct inode *data_alloc_inode, struct buffer_head *data_alloc_bh) argument
2600 __ocfs2_flush_truncate_log(struct ocfs2_super *osb) argument
2676 ocfs2_flush_truncate_log(struct ocfs2_super *osb) argument
2691 struct ocfs2_super *osb = local
2705 ocfs2_schedule_truncate_log_flush(struct ocfs2_super *osb, int cancel) argument
2719 ocfs2_get_truncate_log_info(struct ocfs2_super *osb, int slot_num, struct inode **tl_inode, struct buffer_head **tl_bh) argument
2756 ocfs2_begin_truncate_log_recovery(struct ocfs2_super *osb, int slot_num, struct ocfs2_dinode **tl_copy) argument
2825 ocfs2_complete_truncate_log_recovery(struct ocfs2_super *osb, struct ocfs2_dinode *tl_copy) argument
2885 ocfs2_truncate_log_shutdown(struct ocfs2_super *osb) argument
2907 ocfs2_truncate_log_init(struct ocfs2_super *osb) argument
3248 ocfs2_do_truncate(struct ocfs2_super *osb, unsigned int clusters_to_del, struct inode *inode, struct buffer_head *fe_bh, handle_t *handle, struct ocfs2_truncate_context *tc, struct ocfs2_path *path) argument
3594 ocfs2_commit_truncate(struct ocfs2_super *osb, struct inode *inode, struct buffer_head *fe_bh, struct ocfs2_truncate_context *tc) argument
3755 ocfs2_prepare_truncate(struct ocfs2_super *osb, struct inode *inode, struct buffer_head *fe_bh, struct ocfs2_truncate_context **tc) argument
[all...]
H A Ddir.c66 static int ocfs2_extend_dir(struct ocfs2_super *osb,
400 static int ocfs2_extend_dir(struct ocfs2_super *osb, argument
414 struct super_block *sb = osb->sb;
426 num_free_extents = ocfs2_num_free_extents(osb, dir, fe);
434 status = ocfs2_reserve_new_metadata(osb, fe, &meta_ac);
442 status = ocfs2_reserve_clusters(osb, 1, &data_ac);
458 handle = ocfs2_start_trans(osb, credits);
466 status = ocfs2_do_extend_dir(osb->sb, handle, dir, parent_fe_bh,
506 ocfs2_commit_trans(osb, handle);
524 int ocfs2_prepare_dir_for_insert(struct ocfs2_super *osb, argument
[all...]
H A Dinode.h125 struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 feoff, int flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dprobe.c448 struct ocfs2_super_block *osb; local
450 osb = (struct ocfs2_super_block *)buf;
452 blkid_set_tag(dev, "LABEL", (const char*)osb->s_label, sizeof(osb->s_label));
453 set_uuid(dev, osb->s_uuid);

Completed in 181 milliseconds

12