Searched defs:blkno (Results 1 - 25 of 55) sorted by relevance

123

/linux-master/fs/jfs/
H A Djfs_discard.c32 void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks) argument
H A Djfs_extent.c299 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) argument
H A Dxattr.c208 s64 blkno; local
357 s64 blkno; local
433 s64 blkno; local
[all...]
/linux-master/fs/ocfs2/
H A Dsysfile.c129 u64 blkno; local
H A Ddir.h53 ocfs2_add_entry(handle_t *handle, struct dentry *dentry, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) argument
H A Dbuffer_head_io.c405 ocfs2_check_super_or_backup(struct super_block *sb, sector_t blkno) argument
H A Dexport.c39 u64 blkno = handle->ih_blkno; local
132 u64 blkno; local
197 u64 blkno; local
[all...]
H A Dresize.c47 u64 blkno, gd_blkno, lgd_blkno = le64_to_cpu(gd->bg_blkno); local
174 u64 blkno; local
H A Dslot_map.c339 u64 blkno; local
H A Dlocalalloc.c956 u64 blkno; local
H A Dioctl.c329 u64 blkno = -1; local
440 u64 blkno; local
277 ocfs2_info_scan_inode_alloc(struct ocfs2_super *osb, struct inode *inode_alloc, u64 blkno, struct ocfs2_info_freeinode *fi, u32 slot) argument
535 ocfs2_info_freefrag_scan_bitmap(struct ocfs2_super *osb, struct inode *gb_inode, u64 blkno, struct ocfs2_info_freefrag *ffg) argument
616 u64 blkno = -1; local
[all...]
H A Dinode.c110 struct inode *ocfs2_ilookup(struct super_block *sb, u64 blkno) argument
121 struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 blkno, unsigned flags, argument
H A Dmove_extents.c368 u64 blkno; local
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_mem.h15 static inline xfs_daddr_t xfbno_to_daddr(xfbno_t blkno) argument
H A Dxfs_attr.h36 __u32 blkno; /* block containing entry (suggestion) */ member in struct:xfs_attrlist_cursor_kern
H A Dxfs_bmap.h28 xfs_fsblock_t blkno; /* starting block of new extent */ member in struct:xfs_bmalloca
H A Dxfs_dir2_data.c692 xfs_dir3_data_init( struct xfs_da_args *args, xfs_dir2_db_t blkno, struct xfs_buf **bpp) argument
H A Dxfs_da_btree.h70 xfs_dablk_t blkno; /* blkno of attr leaf of interest */ member in struct:xfs_da_args
117 xfs_dablk_t blkno; /* filesystem blkno of buffer */ member in struct:xfs_da_state_blk
/linux-master/fs/gfs2/
H A Dtrans.c304 void gfs2_trans_remove_revoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len) argument
H A Dmeta_io.c114 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) argument
181 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) argument
248 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, in argument
402 gfs2_getjdatabuf(struct gfs2_inode *ip, u64 blkno) argument
[all...]
H A Drecovery.c55 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) argument
83 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) argument
118 __get_log_header(struct gfs2_sbd *sdp, const struct gfs2_log_header *lh, unsigned int blkno, struct gfs2_log_header_host *head) argument
/linux-master/fs/xfs/
H A Dxfs_attr_inactive.c263 xfs_daddr_t blkno; local
35 xfs_attr3_rmt_stale( struct xfs_inode *dp, xfs_dablk_t blkno, int blkcnt) argument
H A Dxfs_buf_item_recover.c47 xlog_find_buffer_cancelled( struct xlog *log, xfs_daddr_t blkno, uint len) argument
68 xlog_add_buffer_cancelled( struct xlog *log, xfs_daddr_t blkno, uint len) argument
100 xlog_is_buffer_cancelled( struct xlog *log, xfs_daddr_t blkno, uint len) argument
117 xlog_put_buffer_cancelled( struct xlog *log, xfs_daddr_t blkno, uint len) argument
[all...]
/linux-master/fs/xfs/scrub/
H A Ddabtree.c129 xchk_da_btree_ptr_ok( struct xchk_da_btree *ds, int level, xfs_dablk_t blkno) argument
312 xchk_da_btree_block( struct xchk_da_btree *ds, int level, xfs_dablk_t blkno) argument
481 xfs_dablk_t blkno; local
[all...]
/linux-master/fs/ufs/
H A Dballoc.c46 u64 blkno; local
142 u64 blkno; local
188 ubh_setblock(UCPI_UBH(ucpi), ucpi->c_freeoff, blkno); local
701 u64 result, blkno; local
733 ubh_clrblock (UCPI_UBH(ucpi), ucpi->c_freeoff, blkno); local
865 ufs_clusteracct(struct super_block * sb, struct ufs_cg_private_info * ucpi, unsigned blkno, int cnt) argument
878 ubh_clrbit(UCPI_UBH(ucpi), ucpi->c_clusteroff, blkno); local
[all...]

Completed in 305 milliseconds

123