Home
last modified time | relevance | path

Searched refs:CEPH_CAP_FLAG_AUTH (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/ceph/
Dceph_fs.h502 #define CEPH_CAP_FLAG_AUTH (1 << 0) /* cap is issued by auth mds */ macro
/Linux-v5.4/fs/ceph/
Dcaps.c678 flags |= CEPH_CAP_FLAG_AUTH; in ceph_add_cap()
683 ((flags & CEPH_CAP_FLAG_AUTH) && in ceph_add_cap()
731 if (flags & CEPH_CAP_FLAG_AUTH) { in ceph_add_cap()
3655 int flag = (cap == ci->i_auth_cap) ? CEPH_CAP_FLAG_AUTH : 0; in handle_cap_export()
3763 realmino, CEPH_CAP_FLAG_AUTH, &new_cap); in handle_cap_import()
3769 if ((ph->flags & CEPH_CAP_FLAG_AUTH) && in handle_cap_import()
Dinode.c793 ((info->cap.flags & CEPH_CAP_FLAG_AUTH) && in fill_inode()
866 if ((info->cap.flags & CEPH_CAP_FLAG_AUTH) && in fill_inode()
876 if (new_version || (info->cap.flags & CEPH_CAP_FLAG_AUTH)) { in fill_inode()