Searched refs:rinode (Results 1 – 2 of 2) sorted by relevance
/fs/nfsd/ |
D | vfs.c | 1894 struct inode *rinode; in nfsd_unlink() local 1923 rinode = d_inode(rdentry); in nfsd_unlink() 1928 ihold(rinode); in nfsd_unlink() 1942 if (!nfsd_wait_for_delegreturn(rqstp, rinode)) in nfsd_unlink() 1954 iput(rinode); /* truncate the inode here */ in nfsd_unlink()
|
/fs/ceph/ |
D | mds_client.c | 2784 static int set_request_path_attr(struct ceph_mds_client *mdsc, struct inode *rinode, in set_request_path_attr() argument 2792 if (rinode) { in set_request_path_attr() 2793 r = build_inode_path(rinode, ppath, pathlen, ino, freepath); in set_request_path_attr() 2794 dout(" inode %p %llx.%llx\n", rinode, ceph_ino(rinode), in set_request_path_attr() 2795 ceph_snap(rinode)); in set_request_path_attr()
|