Home
last modified time | relevance | path

Searched refs:max_file_size (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ceph/
H A Dsuper.c1220 fsc->max_file_size = 1ULL << 40; /* temp value until we get mdsmap */ in ceph_set_super()
H A Dinode.c2848 attr->ia_size > max(i_size_read(inode), fsc->max_file_size)) in ceph_setattr()
H A Dfile.c2348 loff_t limit = max(i_size_read(inode), fsc->max_file_size); in ceph_write_iter()
H A Dmds_client.c6167 mdsc->fsc->max_file_size = min((loff_t)mdsc->mdsmap->m_max_file_size, in ceph_mdsc_handle_mdsmap()