Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfsfh.c157 struct fid *fid = NULL, sfid; in nfsd_set_fh_dentry() local
257 sfid.i32.ino = fh->ofh_ino; in nfsd_set_fh_dentry()
258 sfid.i32.gen = fh->ofh_generation; in nfsd_set_fh_dentry()
259 sfid.i32.parent_ino = fh->ofh_dirino; in nfsd_set_fh_dentry()
260 fid = &sfid; in nfsd_set_fh_dentry()