Searched refs:xfs_dqhash_t (Results 1 - 10 of 10) 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_qm.h55 #define XFS_QM_HASHSIZE_LOW (PAGE_SIZE / sizeof(xfs_dqhash_t))
56 #define XFS_QM_HASHSIZE_HIGH ((PAGE_SIZE * 4) / sizeof(xfs_dqhash_t))
74 typedef xfs_dqhash_t xfs_dqlist_t;
H A Dxfs_dquot.h40 } xfs_dqhash_t; typedef in typeref:struct:xfs_dqhash
53 xfs_dqhash_t *q_hash; /* the hashchain header */
H A Dxfs_qm_syscalls.c932 xfs_dqhash_t *qmtest_udqtab;
933 xfs_dqhash_t *qmtest_gdqtab;
962 xfs_dqhash_t *q_hash; /* the hashchain header */
970 xfs_qm_hashinsert(xfs_dqhash_t *h, xfs_dqtest_t *dqp)
1083 xfs_dqhash_t *h;
1223 sizeof(xfs_dqhash_t), KM_SLEEP);
1225 sizeof(xfs_dqhash_t), KM_SLEEP);
1243 xfs_dqhash_t *h;
H A Dxfs_dquot.c730 xfs_dqhash_t *qh,
833 xfs_dqhash_t *h;
1349 xfs_dqhash_t *qh = dqp->q_hash;
H A Dxfs_qm.c105 xfs_dqhash_t *udqhash, *gdqhash;
114 XFS_QM_HASHSIZE_LOW * sizeof(xfs_dqhash_t),
115 XFS_QM_HASHSIZE_HIGH * sizeof(xfs_dqhash_t));
123 hsize /= sizeof(xfs_dqhash_t);
/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_qm.h55 #define XFS_QM_HASHSIZE_LOW (PAGE_SIZE / sizeof(xfs_dqhash_t))
56 #define XFS_QM_HASHSIZE_HIGH ((PAGE_SIZE * 4) / sizeof(xfs_dqhash_t))
74 typedef xfs_dqhash_t xfs_dqlist_t;
H A Dxfs_dquot.h40 } xfs_dqhash_t; typedef in typeref:struct:xfs_dqhash
53 xfs_dqhash_t *q_hash; /* the hashchain header */
H A Dxfs_qm_syscalls.c932 xfs_dqhash_t *qmtest_udqtab;
933 xfs_dqhash_t *qmtest_gdqtab;
962 xfs_dqhash_t *q_hash; /* the hashchain header */
970 xfs_qm_hashinsert(xfs_dqhash_t *h, xfs_dqtest_t *dqp)
1083 xfs_dqhash_t *h;
1223 sizeof(xfs_dqhash_t), KM_SLEEP);
1225 sizeof(xfs_dqhash_t), KM_SLEEP);
1243 xfs_dqhash_t *h;
H A Dxfs_dquot.c730 xfs_dqhash_t *qh,
833 xfs_dqhash_t *h;
1349 xfs_dqhash_t *qh = dqp->q_hash;
H A Dxfs_qm.c105 xfs_dqhash_t *udqhash, *gdqhash;
114 XFS_QM_HASHSIZE_LOW * sizeof(xfs_dqhash_t),
115 XFS_QM_HASHSIZE_HIGH * sizeof(xfs_dqhash_t));
123 hsize /= sizeof(xfs_dqhash_t);

Completed in 133 milliseconds