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