Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsfh.c209 int fileid_type; in nfsd_set_fh_dentry() local
290 fileid_type = fh->fh_fileid_type; in nfsd_set_fh_dentry()
293 if (fileid_type == FILEID_ROOT) { in nfsd_set_fh_dentry()
306 data_left, fileid_type, 0, in nfsd_set_fh_dentry()
560 int fileid_type = in _fh_update() local
564 fileid_type > 0 ? fileid_type : FILEID_INVALID; in _fh_update()
H A Dnfs4xdr.c4222 int fileid_type, fsid_len, maxsize, flags = 0; in setup_notify_fhandle() local
4263 fileid_type = exportfs_encode_inode_fh(inode, fid, &maxsize, parent, flags); in setup_notify_fhandle()
4264 if (fileid_type < 0 || fileid_type == FILEID_INVALID) in setup_notify_fhandle()
4267 fhp->fh_fileid_type = fileid_type; in setup_notify_fhandle()