Home
last modified time | relevance | path

Searched defs:sparse (Results 1 – 5 of 5) sorted by relevance

/fs/ceph/
Dfile.c1056 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD); in __ceph_sync_read() local
1336 bool sparse = (op->op == CEPH_OSD_OP_SPARSE_READ); in ceph_aio_complete_req() local
1498 bool sparse = ceph_test_mount_opt(fsc, SPARSEREAD); in ceph_direct_read_write() local
Daddr.c217 bool sparse = (op->op == CEPH_OSD_OP_SPARSE_READ); in finish_netfs_read() local
348 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD); in ceph_netfs_issue_read() local
/fs/squashfs/
Dsquashfs_fs.h357 __le64 sparse; member
/fs/ntfs3/
Dntfs_fs.h104 unsigned sparse : 1; /* Create sparse files. */ member
/fs/smb/server/
Dsmb2pdu.c8008 struct file_sparse *sparse) in fsctl_set_sparse()