Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dsmbfsctl.h52 #define FSCTL_SET_SPARSE 0x000900C4 /* BB add struct */ macro
H A Dsmb2pdu.c8173 case FSCTL_SET_SPARSE: in smb2_ioctl()
/openbmc/linux/fs/smb/common/
H A Dsmbfsctl.h83 #define FSCTL_SET_SPARSE 0x000900C4 /* BB add struct */ macro
/openbmc/qemu/block/
H A Dfile-win32.c208 return (int) DeviceIoControl((HANDLE)_get_osfhandle(fd), FSCTL_SET_SPARSE, in set_sparse()
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c1956 cfile->fid.volatile_fid, FSCTL_SET_SPARSE, in smb2_set_sparse()