Searched refs:fo_fspacectl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/sys/sys/ |
| HD | file.h | 160 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/ |
| HD | zfs_file_os.c | 304 rc = fo_fspacectl(fp, SPACECTL_DEALLOC, &offset, &len, 0, in zfs_file_deallocate()
|
| /freebsd-head/sys/kern/ |
| HD | sys_generic.c | 924 error = fo_fspacectl(fp, cmd, &rmsr.r_offset, &rmsr.r_len, flags, in kern_fspacectl()
|
| HD | uipc_shm.c | 172 .fo_fspacectl = shm_fspacectl,
|
| HD | vfs_vnops.c | 125 .fo_fspacectl = vn_fspacectl,
|