Home
last modified time | relevance | path

Searched refs:ufs_buffer_head (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ufs/
H A Dutil.c19 struct ufs_buffer_head * _ubh_bread_ (struct ufs_sb_private_info * uspi, in _ubh_bread_()
22 struct ufs_buffer_head * ubh; in _ubh_bread_()
30 ubh = kmalloc (sizeof (struct ufs_buffer_head), GFP_NOFS); in _ubh_bread_()
48 struct ufs_buffer_head * ubh_bread_uspi (struct ufs_sb_private_info * uspi, in ubh_bread_uspi()
72 void ubh_brelse (struct ufs_buffer_head * ubh) in ubh_brelse()
93 void ubh_mark_buffer_dirty (struct ufs_buffer_head * ubh) in ubh_mark_buffer_dirty()
102 void ubh_sync_block(struct ufs_buffer_head *ubh) in ubh_sync_block()
115 void ubh_bforget (struct ufs_buffer_head * ubh) in ubh_bforget()
124 int ubh_buffer_dirty (struct ufs_buffer_head * ubh) in ubh_buffer_dirty()
H A Dutil.h17 static inline struct ufs_buffer_head *UCPI_UBH(struct ufs_cg_private_info *cpi) in UCPI_UBH()
21 static inline struct ufs_buffer_head *USPI_UBH(struct ufs_sb_private_info *spi) in USPI_UBH()
261 extern struct ufs_buffer_head * _ubh_bread_(struct ufs_sb_private_info *, struct super_block *, u64 , u64);
262 extern struct ufs_buffer_head * ubh_bread_uspi(struct ufs_sb_private_info *, struct super_block *, u64, u64);
263 extern void ubh_brelse (struct ufs_buffer_head *);
265 extern void ubh_mark_buffer_dirty (struct ufs_buffer_head *);
266 extern void ubh_sync_block(struct ufs_buffer_head *);
267 extern void ubh_bforget (struct ufs_buffer_head *);
268 extern int ubh_buffer_dirty (struct ufs_buffer_head *);
307 * Extract byte from ufs_buffer_head
[all...]
H A Dufs_fs.h702 struct ufs_buffer_head { struct
709 struct ufs_buffer_head c_ubh; argument
729 struct ufs_buffer_head s_ubh; /* buffer containing super block */
H A Dinode.c966 struct ufs_buffer_head *ubh = ubh_bread(sb, ind_block, uspi->s_bsize); in free_full_branch()
995 static void free_branch_tail(struct inode *inode, unsigned from, struct ufs_buffer_head *ubh, int depth) in free_branch_tail()
1111 struct ufs_buffer_head *ubh[3]; in ufs_truncate_blocks()
H A Dballoc.c736 struct ufs_buffer_head *ubh, in ubh_scanc()
H A Dsuper.c726 struct ufs_buffer_head * ubh; in ufs_fill_super()