Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dexport.h24 struct dentry *btrfs_get_parent(struct dentry *child);
Dexport.c134 struct dentry *btrfs_get_parent(struct dentry *child) in btrfs_get_parent() function
279 .get_parent = btrfs_get_parent,
Dioctl.c3287 parent = btrfs_get_parent(dentry); in btrfs_ioctl_snap_destroy()