Searched refs:exportfs_encode_fh (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | exportfs.h | 215 extern int exportfs_encode_fh(struct dentry *dentry, struct fid *fid,
 | 
| /Linux-v5.4/fs/exportfs/ | 
| D | expfs.c | 397 int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, int *max_len,  in exportfs_encode_fh()  function418 EXPORT_SYMBOL_GPL(exportfs_encode_fh);
 
 | 
| /Linux-v5.4/fs/ | 
| D | fhandle.c | 49 	retval = exportfs_encode_fh(path->dentry,  in do_sys_name_to_handle()
 | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfsfh.c | 418 			exportfs_encode_fh(dentry, fid, &maxsize, subtreecheck);  in _fh_update()
 | 
| /Linux-v5.4/fs/overlayfs/ | 
| D | copy_up.c | 245 	fh_type = exportfs_encode_fh(real, buf, &dwords, 0);  in ovl_encode_real_fh()
 |