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

/linux-master/fs/nfsd/
H A Dvfs.c1954 struct inode *rinode; local
1983 rinode = d_inode(rdentry);
1988 ihold(rinode);
2002 if (!nfsd_wait_for_delegreturn(rqstp, rinode))
2014 iput(rinode); /* truncate the inode here */
/linux-master/fs/ceph/
H A Dmds_client.c2879 static int set_request_path_attr(struct ceph_mds_client *mdsc, struct inode *rinode, argument
2888 if (rinode) {
2889 r = build_inode_path(rinode, ppath, pathlen, ino, freepath);
2890 doutc(cl, " inode %p %llx.%llx\n", rinode, ceph_ino(rinode),
2891 ceph_snap(rinode));

Completed in 128 milliseconds