Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Dcaps.c1382 arg->max_size = ci->i_wanted_max_size; in __prep_cap()
2032 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2033 ci->i_wanted_max_size > ci->i_requested_max_size) { in ceph_check_caps()
2799 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2802 ci->i_wanted_max_size = endoff; in check_max_size()
2807 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
2808 ci->i_wanted_max_size > ci->i_requested_max_size) in check_max_size()
3443 if (max_size >= ci->i_wanted_max_size) { in handle_cap_grant()
3444 ci->i_wanted_max_size = 0; /* reset */ in handle_cap_grant()
Dsuper.h401 u64 i_wanted_max_size; /* offset we'd like to write too */ member
Dinode.c514 ci->i_wanted_max_size = 0; in ceph_alloc_inode()
Dmds_client.c1791 ci->i_wanted_max_size = 0; in wake_up_session_cb()