Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/nfsd/
Dnfsfh.c754 if (sb->s_op->dentry_to_fh) { in _fh_update()
758 int type = sb->s_op->dentry_to_fh(dentry, datap, maxsize, need_parent); in _fh_update()
824 parent->d_inode->i_sb->s_op->dentry_to_fh == NULL) { in fh_compose()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.c974 .dentry_to_fh = linvfs_dentry_to_fh,
/linux-2.4.37.9/fs/fat/
Dinode.c549 dentry_to_fh: fat_dentry_to_fh,
/linux-2.4.37.9/fs/reiserfs/
Dsuper.c426 dentry_to_fh: reiserfs_dentry_to_fh,
/linux-2.4.37.9/include/linux/
Dfs.h964 int (*dentry_to_fh)(struct dentry *, __u32 *fh, int *lenp, int need_parent); member