Searched refs:gfs2_quota_lock_check (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | quota.h | 40 static inline int gfs2_quota_lock_check(struct gfs2_inode *ip, in gfs2_quota_lock_check() function
|
H A D | inode.c | 409 error = gfs2_quota_lock_check(ip, &ap); in alloc_dinode() 556 error = gfs2_quota_lock_check(dip, &ap); in link_dinode() 1012 error = gfs2_quota_lock_check(dip, &ap); in gfs2_link() 1570 error = gfs2_quota_lock_check(ndip, &ap); in gfs2_rename()
|
H A D | file.c | 483 err = gfs2_quota_lock_check(ip, &ap); in gfs2_page_mkwrite() 1297 error = gfs2_quota_lock_check(ip, &ap); in __gfs2_fallocate()
|
H A D | bmap.c | 1027 ret = gfs2_quota_lock_check(ip, &ap); in gfs2_iomap_begin_write() 2068 error = gfs2_quota_lock_check(ip, &ap); in do_grow()
|
H A D | xattr.c | 748 error = gfs2_quota_lock_check(ip, &ap); in ea_alloc_skeleton()
|