Home
last modified time | relevance | path

Searched refs:i_wanted_max_size (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dcaps.c1394 arg->max_size = ci->i_wanted_max_size; in __prep_cap()
2062 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2063 ci->i_wanted_max_size > ci->i_requested_max_size) { in ceph_check_caps()
2889 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2892 ci->i_wanted_max_size = endoff; in check_max_size()
2897 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
2898 ci->i_wanted_max_size > ci->i_requested_max_size) in check_max_size()
3506 if (max_size >= ci->i_wanted_max_size) {
3507 ci->i_wanted_max_size = 0; /* reset */
H A Dsuper.h400 u64 i_wanted_max_size; /* offset we'd like to write too */ member
H A Dinode.c502 ci->i_wanted_max_size = 0; in ceph_alloc_inode()
H A Dmds_client.c1813 ci->i_wanted_max_size = 0; in wake_up_session_cb()
/kernel/linux/linux-6.6/fs/ceph/
H A Dcaps.c1407 arg->max_size = ci->i_wanted_max_size; in __prep_cap()
2110 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2111 ci->i_wanted_max_size > ci->i_requested_max_size) { in ceph_check_caps()
2907 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2910 ci->i_wanted_max_size = endoff; in check_max_size()
2915 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
2916 ci->i_wanted_max_size > ci->i_requested_max_size) in check_max_size()
3582 if (max_size >= ci->i_wanted_max_size) {
3583 ci->i_wanted_max_size = 0; /* reset */
H A Dsuper.h435 u64 i_wanted_max_size; /* offset we'd like to write too */ member
H A Dinode.c628 ci->i_wanted_max_size = 0; in ceph_alloc_inode()
H A Dmds_client.c1954 ci->i_wanted_max_size = 0; in wake_up_session_cb()

Completed in 34 milliseconds