Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dexportfs.h229 extern int exportfs_encode_fh(struct dentry *dentry, struct fid *fid,
/linux-6.1.9/fs/exportfs/
Dexpfs.c396 int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, int *max_len, in exportfs_encode_fh() function
417 EXPORT_SYMBOL_GPL(exportfs_encode_fh);
/linux-6.1.9/fs/
Dfhandle.c49 retval = exportfs_encode_fh(path->dentry, in do_sys_name_to_handle()
/linux-6.1.9/fs/nfsd/
Dnfsfh.c420 exportfs_encode_fh(dentry, fid, &maxsize, subtreecheck); in _fh_update()
/linux-6.1.9/fs/overlayfs/
Dcopy_up.c360 fh_type = exportfs_encode_fh(real, (void *)fh->fb.fid, &dwords, 0); in ovl_encode_real_fh()