Searched defs:sparse (Results 1 – 5 of 5) sorted by relevance
1056 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD); in __ceph_sync_read() local1336 bool sparse = (op->op == CEPH_OSD_OP_SPARSE_READ); in ceph_aio_complete_req() local1498 bool sparse = ceph_test_mount_opt(fsc, SPARSEREAD); in ceph_direct_read_write() local
217 bool sparse = (op->op == CEPH_OSD_OP_SPARSE_READ); in finish_netfs_read() local348 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD); in ceph_netfs_issue_read() local
357 __le64 sparse; member
104 unsigned sparse : 1; /* Create sparse files. */ member
8008 struct file_sparse *sparse) in fsctl_set_sparse()