Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Ddat.h40 int nilfs_dat_freev(struct inode *, __u64 *, size_t);
H A Ddat.c298 * nilfs_dat_freev - free virtual block numbers
303 * Description: nilfs_dat_freev() frees the virtual block numbers specified by
312 int nilfs_dat_freev(struct inode *dat, __u64 *vblocknrs, size_t nitems) in nilfs_dat_freev() function
H A Dioctl.c709 ret = nilfs_dat_freev(nilfs->ns_dat, buf, nmembs); in nilfs_ioctl_free_vblocknrs()