Searched refs:xfs_inogrp (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_ioctl.h | 11 struct xfs_inogrp;
|
H A D | xfs_itable.h | 61 void xfs_inumbers_to_inogrp(struct xfs_inogrp *ig1,
|
H A D | xfs_itable.c | 389 struct xfs_inogrp *ig1, in xfs_inumbers_to_inogrp() 393 memset(ig1, 0, sizeof(struct xfs_inogrp)); in xfs_inumbers_to_inogrp()
|
H A D | xfs_ioctl32.c | 88 struct xfs_inogrp ig1; in xfs_fsinumbers_fmt_compat() 89 struct xfs_inogrp *igrp = &ig1; in xfs_fsinumbers_fmt_compat() 227 * either the xfs_bstat and xfs_inogrp structures are written out in xfs_compat_ioc_fsbulkstat() 239 * the xfs_bstat and xfs_inogrp structures follow native 64- in xfs_compat_ioc_fsbulkstat()
|
H A D | xfs_ioctl.c | 728 struct xfs_inogrp ig1; in xfs_fsinumbers_fmt() 731 if (copy_to_user(breq->ubuffer, &ig1, sizeof(struct xfs_inogrp))) in xfs_fsinumbers_fmt() 733 return xfs_ibulk_advance(breq, sizeof(struct xfs_inogrp)); in xfs_fsinumbers_fmt()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_itable.h | 65 void xfs_inumbers_to_inogrp(struct xfs_inogrp *ig1,
|
H A D | xfs_ioctl.h | 11 struct xfs_inogrp;
|
H A D | xfs_itable.c | 459 struct xfs_inogrp *ig1, in xfs_inumbers_to_inogrp() 463 memset(ig1, 0, sizeof(struct xfs_inogrp)); in xfs_inumbers_to_inogrp()
|
H A D | xfs_ioctl32.c | 74 struct xfs_inogrp ig1; in xfs_fsinumbers_fmt_compat() 75 struct xfs_inogrp *igrp = &ig1; in xfs_fsinumbers_fmt_compat() 215 * either the xfs_bstat and xfs_inogrp structures are written out in xfs_compat_ioc_fsbulkstat() 227 * the xfs_bstat and xfs_inogrp structures follow native 64- in xfs_compat_ioc_fsbulkstat()
|
H A D | xfs_ioctl.c | 650 struct xfs_inogrp ig1; in xfs_fsinumbers_fmt() 653 if (copy_to_user(breq->ubuffer, &ig1, sizeof(struct xfs_inogrp))) in xfs_fsinumbers_fmt() 655 return xfs_ibulk_advance(breq, sizeof(struct xfs_inogrp)); in xfs_fsinumbers_fmt()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 442 struct xfs_inogrp { struct
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 434 struct xfs_inogrp { struct
|
Completed in 13 milliseconds