Searched refs:gfs2_internal_read (Results 1 – 4 of 4) sorted by relevance
/linux/fs/gfs2/ |
H A D | inode.h | 16 ssize_t gfs2_internal_read(struct gfs2_inode *ip,
|
H A D | aops.c | 447 ssize_t gfs2_internal_read(struct gfs2_inode *ip, char *buf, loff_t *pos, in gfs2_internal_read() function
|
H A D | quota.c | 855 err = gfs2_internal_read(ip, (char *)&q, &loc, sizeof(q)); in gfs2_adjust_quota() 1007 error = gfs2_internal_read(ip, (char *)&q, &pos, sizeof(q)); in update_qd()
|
H A 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()
|