Searched refs:logical_start (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | file.h | 68 int ocfs2_extend_allocation(struct inode *inode, u32 logical_start,
|
D | file.c | 560 static int __ocfs2_extend_allocation(struct inode *inode, u32 logical_start, in __ocfs2_extend_allocation() argument 637 &logical_start, in __ocfs2_extend_allocation() 712 int ocfs2_extend_allocation(struct inode *inode, u32 logical_start, in ocfs2_extend_allocation() argument 715 return __ocfs2_extend_allocation(inode, logical_start, in ocfs2_extend_allocation()
|
D | xattr.c | 721 u32 prev_clusters, logical_start = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_extend_allocation() local 739 &logical_start, in ocfs2_xattr_extend_allocation()
|