Home
last modified time | relevance | path

Searched refs:jfs_quota_off (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/jfs/
Dsuper.c186 static int jfs_quota_off(struct super_block *sb, int type);
195 jfs_quota_off(sb, type); in jfs_quota_off_umount()
200 .quota_off = jfs_quota_off,
888 static int jfs_quota_off(struct super_block *sb, int type) in jfs_quota_off() function