Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDfile.h160 fo_fspacectl_t *fo_fspacectl; member
494 fo_fspacectl(struct file *fp, int cmd, off_t *offset, off_t *length, in fo_fspacectl() function
498 if (fp->f_ops->fo_fspacectl == NULL) in fo_fspacectl()
500 return ((*fp->f_ops->fo_fspacectl)(fp, cmd, offset, length, flags, in fo_fspacectl()
/freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_file_os.c304 rc = fo_fspacectl(fp, SPACECTL_DEALLOC, &offset, &len, 0, in zfs_file_deallocate()
/freebsd-head/sys/kern/
HDsys_generic.c924 error = fo_fspacectl(fp, cmd, &rmsr.r_offset, &rmsr.r_len, flags, in kern_fspacectl()
HDuipc_shm.c172 .fo_fspacectl = shm_fspacectl,
HDvfs_vnops.c125 .fo_fspacectl = vn_fspacectl,