Searched defs:el (Results 1 – 11 of 11) sorted by relevance
/fs/ocfs2/ |
D | alloc.c | 766 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) in ocfs2_search_extent_list() 951 struct ocfs2_extent_list *el = NULL; in ocfs2_num_free_extents() local 1077 static inline u32 ocfs2_sum_rightmost_rec(struct ocfs2_extent_list *el) in ocfs2_sum_rightmost_rec() 1096 struct ocfs2_extent_list *el; in ocfs2_adjust_rightmost_branch() local 1156 struct ocfs2_extent_list *el; in ocfs2_add_branch() local 1455 struct ocfs2_extent_list *el; in ocfs2_find_branch_target() local 1527 struct ocfs2_extent_list *el = et->et_root_el; in ocfs2_grow_tree() local 1593 static void ocfs2_shift_records_right(struct ocfs2_extent_list *el) in ocfs2_shift_records_right() 1608 static void ocfs2_rotate_leaf(struct ocfs2_extent_list *el, in ocfs2_rotate_leaf() 1687 static void ocfs2_remove_empty_extent(struct ocfs2_extent_list *el) in ocfs2_remove_empty_extent() [all …]
|
D | extent_map.c | 281 struct ocfs2_extent_list *el; in ocfs2_last_eb_is_empty() local 316 static int ocfs2_search_for_hole_index(struct ocfs2_extent_list *el, in ocfs2_search_for_hole_index() 344 struct ocfs2_extent_list *el, in ocfs2_figure_hole_clusters() 405 struct ocfs2_extent_list *el; in ocfs2_get_clusters_nocache() local 532 struct ocfs2_extent_list *el, in ocfs2_xattr_get_clusters()
|
D | alloc.h | 232 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, in ocfs2_rec_clusters() 271 struct ocfs2_extent_list *el; member
|
D | xattr.c | 1109 struct ocfs2_extent_list *el; in ocfs2_xattr_get_value_outside() local 2654 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_has_space_inline() local 2744 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_ibody_init() local 3201 struct ocfs2_extent_list *el = in ocfs2_calc_xattr_set_need() local 3226 struct ocfs2_extent_list *el = &def_xv.xv.xr_list; in ocfs2_calc_xattr_set_need() local 3688 struct ocfs2_extent_list *el) in ocfs2_xattr_get_rec() 3931 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_xattr_index_block_find() local 4086 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block() local 5275 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_add_new_xattr_bucket() local 5898 struct ocfs2_extent_list *el = &xv->xr_list; in ocfs2_xattr_value_attach_refcount() local [all …]
|
D | file.c | 1681 static int ocfs2_find_rec(struct ocfs2_extent_list *el, u32 pos) in ocfs2_find_rec() 1706 struct ocfs2_extent_list *el, in ocfs2_calc_trunc_pos() 1773 struct ocfs2_extent_list *el = NULL; in ocfs2_remove_inode_range() local
|
D | refcounttree.c | 959 struct ocfs2_extent_list *el, in ocfs2_get_refcount_cpos_end() 1065 struct ocfs2_extent_list *el; in ocfs2_get_refcount_rec() local 1662 struct ocfs2_extent_list *el; in ocfs2_adjust_refcount_rec() local 2628 struct ocfs2_extent_list *el, in ocfs2_refcount_cal_cow_clusters() 3063 struct ocfs2_extent_list *el; in ocfs2_clear_ext_refcount() local
|
D | suballoc.c | 323 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent() local 496 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_block_group_grow_discontig() local 550 struct ocfs2_extent_list *el; in ocfs2_bg_alloc_cleanup() local
|
D | move_extents.c | 59 struct ocfs2_extent_list *el; in __ocfs2_move_extent() local
|
D | dir.c | 764 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup_rec() 843 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup() 3157 struct ocfs2_extent_list *el = &fe->id2.i_list; in ocfs2_extend_dir() local
|
/fs/gfs2/ |
D | xattr.c | 187 struct gfs2_ea_location *el = ef->ef_el; in ea_find_i() local 200 struct gfs2_ea_location *el) in gfs2_ea_find() 518 static int gfs2_ea_get_copy(struct gfs2_inode *ip, struct gfs2_ea_location *el, in gfs2_ea_get_copy() 538 struct gfs2_ea_location el; in gfs2_xattr_acl_get() local 581 struct gfs2_ea_location el; in __gfs2_xattr_get() local 838 struct gfs2_ea_location *el) in ea_set_remove_stuffed() 1042 const void *value, size_t size, struct gfs2_ea_location *el) in ea_set_i() 1074 struct gfs2_ea_location *el) in ea_set_remove_unstuffed() 1085 static int ea_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) in ea_remove_stuffed() 1132 struct gfs2_ea_location el; in gfs2_xattr_remove() local [all …]
|
/fs/cifs/ |
D | file.c | 1350 struct list_head locks_to_send, *el; in cifs_push_posix_locks() local
|