Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Dinode.h19 extern int gfs2_internal_read(struct gfs2_inode *ip,
Drgrp.c549 error = gfs2_internal_read(ip, &ra_state, buf, &pos, in gfs2_ri_total()
602 error = gfs2_internal_read(ip, ra_state, (char *)&buf, &pos, in read_rindex_entry()
Dquota.c655 err = gfs2_internal_read(ip, NULL, (char *)&q, &loc, sizeof(q)); in gfs2_adjust_quota()
855 error = gfs2_internal_read(ip, NULL, (char *)&q, &pos, sizeof(q)); in update_qd()
Daops.c527 int gfs2_internal_read(struct gfs2_inode *ip, struct file_ra_state *ra_state, in gfs2_internal_read() function