/linux/fs/xfs/ |
A D | xfs_dquot.h | 70 struct xfs_dquot { struct 142 xfs_dquot_type(const struct xfs_dquot *dqp) in xfs_dquot_type() 161 static inline struct xfs_dquot *xfs_inode_dquot( in xfs_inode_dquot() 180 const struct xfs_dquot *dqp) in xfs_dquot_is_enforced() 214 void xfs_qm_dqdestroy(struct xfs_dquot *dqp); 223 struct xfs_dquot **dqpp); 225 bool can_alloc, struct xfs_dquot **dqpp); 230 struct xfs_dquot **dqpp); 231 void xfs_qm_dqput(struct xfs_dquot *dqp); 233 void xfs_dqlock2(struct xfs_dquot *, struct xfs_dquot *); [all …]
|
A D | xfs_quota.h | 87 struct xfs_mount *, struct xfs_dquot *, 88 struct xfs_dquot *, struct xfs_dquot *, int64_t, long, uint); 90 struct xfs_dquot *udqp, struct xfs_dquot *gdqp, 91 struct xfs_dquot *pdqp, int64_t dblocks); 94 prid_t, uint, struct xfs_dquot **, struct xfs_dquot **, 95 struct xfs_dquot **); 97 struct xfs_dquot *, struct xfs_dquot *, struct xfs_dquot *); 100 struct xfs_inode *, struct xfs_dquot **, struct xfs_dquot *); 121 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() 141 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() [all …]
|
A D | xfs_dquot.c | 52 struct xfs_dquot *dqp) in xfs_qm_dqdestroy() 70 struct xfs_dquot *dq) in xfs_qm_adjust_dqlimits() 161 struct xfs_dquot *dq) in xfs_qm_adjust_dqtimers() 293 struct xfs_dquot *dqp, in xfs_dquot_disk_alloc() 393 struct xfs_dquot *dqp, in xfs_dquot_disk_read() 459 struct xfs_dquot *dqp; in xfs_dquot_alloc() 512 struct xfs_dquot *dqp, in xfs_dquot_check_type() 548 struct xfs_dquot *dqp, in xfs_dquot_from_disk() 1344 struct xfs_dquot *d1, in xfs_dqlock2() 1345 struct xfs_dquot *d2) in xfs_dqlock2() [all …]
|
A D | xfs_dquot_item.c | 75 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_pin() 92 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_unpin() 105 struct xfs_dquot *dqp) in xfs_qm_dqunpin_wait() 125 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_push() 175 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_release() 213 struct xfs_dquot *dqp) in xfs_qm_dquot_logitem_init()
|
A D | xfs_trans_dquot.c | 31 struct xfs_dquot *dqp) in xfs_trans_dqjoin() 55 struct xfs_dquot *dqp) in xfs_trans_log_dquot() 150 struct xfs_dquot *dqp) in xfs_trans_get_dqtrx() 187 struct xfs_dquot *dqp, in xfs_trans_mod_dquot() 337 struct xfs_dquot *dqp; in xfs_trans_apply_dquot_deltas() 480 struct xfs_dquot *dqp; in xfs_trans_unreserve_and_mod_dquots() 537 struct xfs_dquot *dqp, in xfs_quota_warn() 623 struct xfs_dquot *dqp, in xfs_trans_dqresv() 731 struct xfs_dquot *udqp, in xfs_trans_reserve_quota_bydquots() 732 struct xfs_dquot *gdqp, in xfs_trans_reserve_quota_bydquots() [all …]
|
A D | xfs_qm.c | 121 struct xfs_dquot *dqp, in xfs_qm_dqpurge() 254 struct xfs_dquot *dqp; in xfs_qm_dqattach_one() 519 struct xfs_dquot *dqp; in xfs_qm_shrink_scan() 546 struct xfs_dquot *dqp; in xfs_qm_set_defquota() 577 struct xfs_dquot *dqp; in xfs_qm_init_timelimits() 1080 struct xfs_dquot *dqp; in xfs_qm_quotacheck_dqadjust() 1217 struct xfs_dquot *dqp, in xfs_qm_flush_one() 1595 struct xfs_dquot *dqp) in xfs_qm_dqfree_one() 1760 struct xfs_dquot * 1851 struct xfs_dquot *udqp, in xfs_qm_vop_create_dqattach() [all …]
|
A D | xfs_dquot_item.h | 9 struct xfs_dquot; 15 struct xfs_dquot *qli_dquot; /* dquot ptr */ 19 void xfs_qm_dquot_logitem_init(struct xfs_dquot *dqp);
|
A D | xfs_trans.h | 250 struct xfs_dquot; 256 struct xfs_dquot *udqp, struct xfs_dquot *gdqp, 257 struct xfs_dquot *pdqp, unsigned int dblocks, 259 int xfs_trans_alloc_ichange(struct xfs_inode *ip, struct xfs_dquot *udqp, 260 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, bool force,
|
A D | xfs_icache.h | 57 int xfs_blockgc_free_dquots(struct xfs_mount *mp, struct xfs_dquot *udqp, 58 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp,
|
A D | xfs_qm.h | 108 extern void xfs_trans_mod_dquot(struct xfs_trans *tp, struct xfs_dquot *dqp, 110 extern void xfs_trans_dqjoin(struct xfs_trans *, struct xfs_dquot *); 111 extern void xfs_trans_log_dquot(struct xfs_trans *, struct xfs_dquot *);
|
A D | xfs_trans.c | 1091 struct xfs_dquot *udqp, in xfs_trans_alloc_icreate() 1092 struct xfs_dquot *gdqp, in xfs_trans_alloc_icreate() 1093 struct xfs_dquot *pdqp, in xfs_trans_alloc_icreate() 1134 struct xfs_dquot *new_udqp, in xfs_trans_alloc_ichange() 1135 struct xfs_dquot *new_gdqp, in xfs_trans_alloc_ichange() 1136 struct xfs_dquot *new_pdqp, in xfs_trans_alloc_ichange() 1142 struct xfs_dquot *udqp; in xfs_trans_alloc_ichange() 1143 struct xfs_dquot *gdqp; in xfs_trans_alloc_ichange() 1144 struct xfs_dquot *pdqp; in xfs_trans_alloc_ichange()
|
A D | xfs_qm_bhv.c | 22 struct xfs_dquot *dqp) in xfs_fill_statvfs_from_dquot() 61 struct xfs_dquot *dqp; in xfs_qm_statvfs()
|
A D | xfs_inode.h | 22 struct xfs_dquot; 27 struct xfs_dquot *i_udquot; /* user dquot */ 28 struct xfs_dquot *i_gdquot; /* group dquot */ 29 struct xfs_dquot *i_pdquot; /* project dquot */
|
A D | xfs_qm_syscalls.c | 292 struct xfs_dquot *dqp; in xfs_qm_scall_setqlim() 428 const struct xfs_dquot *dqp, in xfs_qm_scall_getquota_fill_qc() 481 struct xfs_dquot *dqp; in xfs_qm_scall_getquota() 523 struct xfs_dquot *dqp; in xfs_qm_scall_getquota_next()
|
A D | xfs_symlink.c | 161 struct xfs_dquot *udqp = NULL; in xfs_symlink() 162 struct xfs_dquot *gdqp = NULL; in xfs_symlink() 163 struct xfs_dquot *pdqp = NULL; in xfs_symlink()
|
A D | Makefile | 115 xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \
|
A D | xfs_inode.c | 974 struct xfs_dquot *udqp = NULL; in xfs_create() 975 struct xfs_dquot *gdqp = NULL; in xfs_create() 976 struct xfs_dquot *pdqp = NULL; in xfs_create() 1130 struct xfs_dquot *udqp = NULL; in xfs_create_tmpfile() 1131 struct xfs_dquot *gdqp = NULL; in xfs_create_tmpfile() 1132 struct xfs_dquot *pdqp = NULL; in xfs_create_tmpfile()
|
A D | xfs_icache.c | 1514 struct xfs_dquot *udqp, in xfs_blockgc_free_dquots() 1515 struct xfs_dquot *gdqp, in xfs_blockgc_free_dquots() 1516 struct xfs_dquot *pdqp, in xfs_blockgc_free_dquots()
|
A D | xfs_iomap.c | 293 struct xfs_dquot *dq = xfs_inode_dquot(ip, type); in xfs_quota_need_throttle() 317 struct xfs_dquot *dq = xfs_inode_dquot(ip, type); in xfs_quota_calc_throttle()
|
A D | xfs_iops.c | 704 struct xfs_dquot *udqp = NULL, *gdqp = NULL; in xfs_setattr_nonsize() 705 struct xfs_dquot *olddquot1 = NULL, *olddquot2 = NULL; in xfs_setattr_nonsize()
|
A D | xfs_ioctl.c | 1260 struct xfs_dquot *pdqp) in xfs_ioctl_setattr_get_trans() 1381 struct xfs_dquot *pdqp = NULL; in xfs_fileattr_set() 1382 struct xfs_dquot *olddquot = NULL; in xfs_fileattr_set()
|
A D | xfs_trace.h | 55 struct xfs_dquot; 1002 TP_PROTO(struct xfs_dquot *dqp), 1073 TP_PROTO(struct xfs_dquot *dqp), \ 1116 TP_PROTO(struct xfs_trans *tp, struct xfs_dquot *dqp,
|
/linux/fs/xfs/libxfs/ |
A D | xfs_quota_defs.h | 125 struct xfs_dquot; 128 __be32 xfs_dquot_to_disk_ts(struct xfs_dquot *ddq, time64_t timer);
|
A D | xfs_dquot_buf.c | 316 struct xfs_dquot *dqp, in xfs_dquot_to_disk_ts()
|
/linux/fs/xfs/scrub/ |
A D | quota.c | 74 struct xfs_dquot *dq, in xchk_quota_item()
|