Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dsuper.h120 loff_t max_file_size; member
Dsuper.c1118 fsc->max_file_size = 1ULL << 40; /* temp value until we get mdsmap */ in ceph_set_super()
Dfile.c1770 loff_t limit = max(i_size_read(inode), fsc->max_file_size); in ceph_write_iter()
Dinode.c2248 attr->ia_size > max(i_size_read(inode), fsc->max_file_size)) in ceph_setattr()
Dmds_client.c5259 mdsc->fsc->max_file_size = min((loff_t)mdsc->mdsmap->m_max_file_size, in ceph_mdsc_handle_mdsmap()