.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
---|
3 | 4 | * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. |
---|
4 | | - * |
---|
5 | | - * This copyrighted material is made available to anyone wishing to use, |
---|
6 | | - * modify, copy, or redistribute it subject to the terms and conditions |
---|
7 | | - * of the GNU General Public License version 2. |
---|
8 | 5 | */ |
---|
9 | 6 | |
---|
10 | 7 | #ifndef __QUOTA_DOT_H__ |
---|
.. | .. |
---|
18 | 15 | #define NO_UID_QUOTA_CHANGE INVALID_UID |
---|
19 | 16 | #define NO_GID_QUOTA_CHANGE INVALID_GID |
---|
20 | 17 | |
---|
21 | | -extern int gfs2_qa_alloc(struct gfs2_inode *ip); |
---|
22 | | -extern void gfs2_qa_delete(struct gfs2_inode *ip, atomic_t *wcount); |
---|
| 18 | +extern int gfs2_qa_get(struct gfs2_inode *ip); |
---|
| 19 | +extern void gfs2_qa_put(struct gfs2_inode *ip); |
---|
23 | 20 | extern int gfs2_quota_hold(struct gfs2_inode *ip, kuid_t uid, kgid_t gid); |
---|
24 | 21 | extern void gfs2_quota_unhold(struct gfs2_inode *ip); |
---|
25 | 22 | |
---|