Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcaps.c1445 arg->max_size = ci->i_wanted_max_size; in __prep_cap()
2195 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2196 ci->i_wanted_max_size > ci->i_requested_max_size) { in ceph_check_caps()
2996 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2999 ci->i_wanted_max_size = endoff; in check_max_size()
3004 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
3005 ci->i_wanted_max_size > ci->i_requested_max_size) in check_max_size()
3680 if (max_size >= ci->i_wanted_max_size) { in handle_cap_grant()
3681 ci->i_wanted_max_size = 0; /* reset */ in handle_cap_grant()
H A Dsuper.h437 u64 i_wanted_max_size; /* offset we'd like to write too */ member
H A Dinode.c640 ci->i_wanted_max_size = 0; in ceph_alloc_inode()
H A Dmds_client.c1989 ci->i_wanted_max_size = 0; in wake_up_session_cb()