Home
last modified time | relevance | path

Searched refs:hammer2_ioctl_pfs_delete (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_ioctl.c64 static int hammer2_ioctl_pfs_delete(hammer2_inode_t *ip, void *data);
136 error = hammer2_ioctl_pfs_delete(ip, data);
707 hammer2_ioctl_pfs_delete(hammer2_inode_t *ip, void *data) in hammer2_ioctl_pfs_delete() function
HDhammer2.h1675 int hammer2_ioctl_pfs_delete(hammer2_inode_t *ip, void *data);
/dragonfly/sys/vfs/hammer2/
HDhammer2_ioctl.c59 static int hammer2_ioctl_pfs_delete(hammer2_inode_t *ip, void *data);
131 error = hammer2_ioctl_pfs_delete(ip, data); in hammer2_ioctl()
699 hammer2_ioctl_pfs_delete(hammer2_inode_t *ip, void *data) in hammer2_ioctl_pfs_delete() function
/dragonfly/usr.sbin/makefs/
HDhammer2.c1503 return hammer2_ioctl_pfs_delete(VTOI(vp), &pfs); in hammer2_pfs_delete()