Home
last modified time | relevance | path

Searched refs:retry_cnt (Results 1 – 2 of 2) sorted by relevance

/fs/ceph/
Dacl.c35 unsigned int retry_cnt = 0; in ceph_get_acl() local
63 if (size == -ERANGE && retry_cnt < 10) { in ceph_get_acl()
64 retry_cnt++; in ceph_get_acl()
/fs/f2fs/
Dsuper.c4203 int retry_cnt = 1; in f2fs_fill_super() local
4623 retry_cnt = 0; in f2fs_fill_super()
4702 if (retry_cnt > 0 && skip_recovery) { in f2fs_fill_super()
4703 retry_cnt--; in f2fs_fill_super()