Home
last modified time | relevance | path

Searched refs:handle_length (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dexport.c88 static const int handle_length = in ceph_encode_fh() local
100 } else if (*max_len < handle_length) { in ceph_encode_fh()
101 *max_len = handle_length; in ceph_encode_fh()
117 *max_len = handle_length; in ceph_encode_fh()
/kernel/linux/linux-6.6/fs/ceph/
H A Dexport.c89 static const int handle_length = in ceph_encode_fh() local
101 } else if (*max_len < handle_length) { in ceph_encode_fh()
102 *max_len = handle_length; in ceph_encode_fh()
118 *max_len = handle_length; in ceph_encode_fh()

Completed in 2 milliseconds