Searched refs:dd_diskdq (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_dquot.c170 d->dd_diskdq.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC);
171 d->dd_diskdq.d_version = XFS_DQUOT_VERSION;
172 d->dd_diskdq.d_id = cpu_to_be32(id);
173 d->dd_diskdq.d_flags = type;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot.c170 d->dd_diskdq.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC);
171 d->dd_diskdq.d_version = XFS_DQUOT_VERSION;
172 d->dd_diskdq.d_id = cpu_to_be32(id);
173 d->dd_diskdq.d_flags = type;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_quota.h79 xfs_disk_dquot_t dd_diskdq; /* portion that lives incore as well */ member in struct:xfs_dqblk
H A Dxfs_log_recover.c2104 d->dd_diskdq.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC);
2105 d->dd_diskdq.d_version = XFS_DQUOT_VERSION;
2106 d->dd_diskdq.d_flags = type;
2107 d->dd_diskdq.d_id = cpu_to_be32(id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_quota.h79 xfs_disk_dquot_t dd_diskdq; /* portion that lives incore as well */ member in struct:xfs_dqblk
H A Dxfs_log_recover.c2104 d->dd_diskdq.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC);
2105 d->dd_diskdq.d_version = XFS_DQUOT_VERSION;
2106 d->dd_diskdq.d_flags = type;
2107 d->dd_diskdq.d_id = cpu_to_be32(id);

Completed in 190 milliseconds