Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
A Dceph_fs.h549 #define CEPH_CAP_FLAG_AUTH (1 << 0) /* cap is issued by auth mds */ macro
/linux/fs/ceph/
A Dcaps.c694 flags |= CEPH_CAP_FLAG_AUTH; in ceph_add_cap()
699 ((flags & CEPH_CAP_FLAG_AUTH) && in ceph_add_cap()
730 if (flags & CEPH_CAP_FLAG_AUTH) { in ceph_add_cap()
3885 int flag = (cap == ci->i_auth_cap) ? CEPH_CAP_FLAG_AUTH : 0; in handle_cap_export()
3992 realmino, CEPH_CAP_FLAG_AUTH, &new_cap); in handle_cap_import()
3998 if ((ph->flags & CEPH_CAP_FLAG_AUTH) && in handle_cap_import()
A Dinode.c838 ((info->cap.flags & CEPH_CAP_FLAG_AUTH) && in ceph_fill_inode()
909 if ((info->cap.flags & CEPH_CAP_FLAG_AUTH) && in ceph_fill_inode()
919 if (new_version || (info->cap.flags & CEPH_CAP_FLAG_AUTH)) { in ceph_fill_inode()
A Dfile.c606 in.cap.flags = CEPH_CAP_FLAG_AUTH; in ceph_finish_async_create()

Completed in 744 milliseconds