Searched refs:v9f (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_addr.c60 struct v9fs_fid *v9f = filp->private_data; local
62 int fid = v9f->fid;
H A Dvfs_file.c133 struct v9fs_fid *v9f = filp->private_data; local
135 int fid = v9f->fid;
144 if (v9f->iounit != 0 && rsize > v9f->iounit)
145 rsize = v9f->iounit;

Completed in 26 milliseconds