Searched refs:gfs2_quota_change (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | quota.h | 28 void gfs2_quota_change(struct gfs2_inode *ip, s64 change,
|
H A D | quota.c | 419 qd->qd_bh_qc = (struct gfs2_quota_change *) in bh_get() 421 offset * sizeof(struct gfs2_quota_change)); in bh_get() 686 struct gfs2_quota_change *qc = qd->qd_bh_qc; in do_qc() 1267 void gfs2_quota_change(struct gfs2_inode *ip, s64 change, in gfs2_quota_change() function 1404 const struct gfs2_quota_change *qc; in gfs2_quota_init() 1422 qc = (const struct gfs2_quota_change *)(bh->b_data + sizeof(struct gfs2_meta_header)); in gfs2_quota_init()
|
H A D | incore.h | 458 struct gfs2_quota_change *qd_bh_qc;
|
H A D | rgrp.c | 2496 gfs2_quota_change(ip, *nblocks, ip->i_inode.i_uid, ip->i_inode.i_gid); in gfs2_alloc_blocks() 2554 gfs2_quota_change(ip, -(s64)blen, ip->i_inode.i_uid, ip->i_inode.i_gid); in gfs2_free_meta() 2594 gfs2_quota_change(ip, -1, ip->i_inode.i_uid, ip->i_inode.i_gid); in gfs2_free_di()
|
H A D | inode.c | 1974 gfs2_quota_change(ip, -(s64)ap.target, ouid, ogid); in setattr_chown() 1975 gfs2_quota_change(ip, ap.target, nuid, ngid); in setattr_chown()
|
H A D | ops_fstype.c | 311 sizeof(struct gfs2_quota_change); in gfs2_read_sb()
|
H A D | bmap.c | 1951 gfs2_quota_change(ip, -(s64)btotal, ip->i_inode.i_uid, in punch_hole()
|
/openbmc/linux/include/uapi/linux/ |
H A D | gfs2_ondisk.h | 528 struct gfs2_quota_change { struct
|