Searched refs:ext2_quota_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | super.c | 325 static ssize_t ext2_quota_read(struct super_block *sb, int type, char *data, size_t len, loff_t off); 359 .quota_read = ext2_quota_read, 1479 static ssize_t ext2_quota_read(struct super_block *sb, int type, char *data, in ext2_quota_read() function
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | super.c | 319 static ssize_t ext2_quota_read(struct super_block *sb, int type, char *data, size_t len, loff_t off); 353 .quota_read = ext2_quota_read, 1485 static ssize_t ext2_quota_read(struct super_block *sb, int type, char *data, in ext2_quota_read() function
|
Completed in 6 milliseconds