Home
last modified time | relevance | path

Searched defs:xfs_dquot (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/fs/xfs/
Dxfs_dquot.h62 struct xfs_dquot { struct
73 struct xfs_dquot_res q_blk; /* regular blocks */ argument
74 struct xfs_dquot_res q_ino; /* inodes */ argument
75 struct xfs_dquot_res q_rtb; /* realtime blocks */ argument
77 struct xfs_dq_logitem q_logitem;
79 xfs_qcnt_t q_prealloc_lo_wmark;
103 static inline void xfs_dqflock(struct xfs_dquot *dqp) in xfs_dqflock() argument