Searched refs:exportfs_encode_fh (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/fs/exportfs/ |
D | expfs.c | 405 int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, int *max_len, in exportfs_encode_fh() function 426 EXPORT_SYMBOL_GPL(exportfs_encode_fh);
|
/linux-6.8/include/linux/ |
D | exportfs.h | 268 extern int exportfs_encode_fh(struct dentry *dentry, struct fid *fid,
|
/linux-6.8/fs/ |
D | fhandle.c | 48 retval = exportfs_encode_fh(path->dentry, in do_sys_name_to_handle()
|
/linux-6.8/fs/nfsd/ |
D | nfsfh.c | 420 exportfs_encode_fh(dentry, fid, &maxsize, fh_flags); in _fh_update()
|
/linux-6.8/fs/overlayfs/ |
D | copy_up.c | 425 fh_type = exportfs_encode_fh(real, (void *)fh->fb.fid, &dwords, 0); in ovl_encode_real_fh()
|