Home
last modified time | relevance | path

Searched refs:bhv_head_t (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_behavior.h104 } bhv_head_t; typedef
153 extern void bhv_head_init(bhv_head_t *, char *);
154 extern void bhv_head_destroy(bhv_head_t *);
155 extern int bhv_insert(bhv_head_t *, bhv_desc_t *);
156 extern void bhv_insert_initial(bhv_head_t *, bhv_desc_t *);
195 extern void bhv_remove_not_first(bhv_head_t *bhp, bhv_desc_t *bdp);
196 extern bhv_desc_t * bhv_lookup(bhv_head_t *bhp, void *ops);
197 extern bhv_desc_t * bhv_lookup_range(bhv_head_t *bhp, int low, int high);
198 extern bhv_desc_t * bhv_base(bhv_head_t *bhp);
Dxfs_behavior.c53 bhv_insert(bhv_head_t *bhp, bhv_desc_t *bdp) in bhv_insert()
106 bhv_remove_not_first(bhv_head_t *bhp, bhv_desc_t *bdp) in bhv_remove_not_first()
132 bhv_lookup(bhv_head_t *bhp, void *ops) in bhv_lookup()
152 bhv_lookup_range(bhv_head_t *bhp, int low, int high) in bhv_lookup_range()
180 bhv_base(bhv_head_t *bhp) in bhv_base()
198 bhv_head_t *bhp, in bhv_head_init()
206 bhv_head_t *bhp, in bhv_insert_initial()
215 bhv_head_t *bhp) in bhv_head_destroy()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vfs.h60 bhv_head_t vfs_bh; /* head of vfs behavior chain */
Dxfs_vnode.h75 typedef bhv_head_t vn_bhv_head_t;
122 #define VN_BHV_HEAD(vp) ((bhv_head_t *)(&((vp)->v_bh)))