Searched refs:fsblock (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/fs/omfs/
H A Ddir.c317 u64 fsblock) omfs_is_bad()
321 is_bad = ((ino != fsblock) || (ino < sbi->s_root_ino) || omfs_is_bad()
331 u64 fsblock, int hindex) omfs_fill_chain()
334 while (fsblock != ~0) { omfs_fill_chain()
335 struct buffer_head *bh = omfs_bread(dir->i_sb, fsblock); omfs_fill_chain()
344 if (omfs_is_bad(OMFS_SB(dir->i_sb), &oi->i_head, fsblock)) { omfs_fill_chain()
349 self = fsblock; omfs_fill_chain()
350 fsblock = be64_to_cpu(oi->i_sibling); omfs_fill_chain()
434 __u64 fsblock = be64_to_cpu(*p++); omfs_readdir() local
435 if (!omfs_fill_chain(dir, ctx, fsblock, hindex)) omfs_readdir()
316 omfs_is_bad(struct omfs_sb_info *sbi, struct omfs_header *header, u64 fsblock) omfs_is_bad() argument
330 omfs_fill_chain(struct inode *dir, struct dir_context *ctx, u64 fsblock, int hindex) omfs_fill_chain() argument
H A Domfs.h51 u64 fsblock);
H A Dinode.c148 /* if mirroring writes, copy to next fsblock */ __omfs_write_inode()
/linux-4.1.27/fs/xfs/
H A Dxfs_ioctl32.h202 __u64 logstart; /* starting fsblock of the log */
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_fs.h171 __u64 logstart; /* starting fsblock of the log */
197 __u64 logstart; /* starting fsblock of the log */
H A Dxfs_dir2.c678 * Unmap the fsblock(s). xfs_dir2_shrink_inode()
H A Dxfs_rtbitmap.c445 xfs_fsblock_t sb; /* summary fsblock */ xfs_rtmodify_summary_int()
/linux-4.1.27/fs/gfs2/
H A Drgrp.c1445 u64 fsblock = gfs2_rbm_to_block(&rs->rs_rbm); rs_insert() local
1456 rc = rs_cmp(fsblock, rs->rs_free, cur); rs_insert()
/linux-4.1.27/fs/ext4/
H A Dsuper.c2286 * in the vfs. ext4 inode has 48 bits of i_block in fsblock units,

Completed in 307 milliseconds