Home
last modified time | relevance | path

Searched refs:btrfs_get_parent (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dexport.h27 struct dentry *btrfs_get_parent(struct dentry *child);
H A Dexport.c152 struct dentry *btrfs_get_parent(struct dentry *child) in btrfs_get_parent() function
305 .get_parent = btrfs_get_parent,
H A Dioctl.c2231 parent = btrfs_get_parent(dentry); in btrfs_ioctl_snap_destroy()