Searched refs:gfs2_internal_read (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/gfs2/ |
D | inode.h | 16 extern int gfs2_internal_read(struct gfs2_inode *ip,
|
D | aops.c | 479 int gfs2_internal_read(struct gfs2_inode *ip, char *buf, loff_t *pos, in gfs2_internal_read() function
|
D | quota.c | 842 err = gfs2_internal_read(ip, (char *)&q, &loc, sizeof(q)); in gfs2_adjust_quota() 992 error = gfs2_internal_read(ip, (char *)&q, &pos, sizeof(q)); in update_qd()
|
D | rgrp.c | 854 error = gfs2_internal_read(ip, buf, &pos, in gfs2_ri_total() 906 error = gfs2_internal_read(ip, (char *)&buf, &pos, in read_rindex_entry()
|