Searched refs:gfs2_quota_lock_check (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | quota.h | 41 static inline int gfs2_quota_lock_check(struct gfs2_inode *ip, in gfs2_quota_lock_check() function
|
D | inode.c | 385 error = gfs2_quota_lock_check(ip, &ap); in alloc_dinode() 528 error = gfs2_quota_lock_check(dip, &ap); in link_dinode() 956 error = gfs2_quota_lock_check(dip, &ap); in gfs2_link() 1473 error = gfs2_quota_lock_check(ndip, &ap); in gfs2_rename()
|
D | file.c | 433 ret = gfs2_quota_lock_check(ip, &ap); in gfs2_page_mkwrite() 854 error = gfs2_quota_lock_check(ip, &ap); in __gfs2_fallocate()
|
D | aops.c | 676 error = gfs2_quota_lock_check(ip, &ap); in gfs2_write_begin()
|
D | bmap.c | 1227 error = gfs2_quota_lock_check(ip, &ap); in do_grow()
|
D | xattr.c | 735 error = gfs2_quota_lock_check(ip, &ap); in ea_alloc_skeleton()
|