Home
last modified time | relevance | path

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

/fs/ceph/
Dcaps.c634 struct ceph_cap **new_cap) in ceph_add_cap() argument
654 cap = *new_cap; in ceph_add_cap()
655 *new_cap = NULL; in ceph_add_cap()
3890 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
3957 tcap = new_cap; in handle_cap_export()
3959 t_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export()
3988 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_export()
4004 if (new_cap) in handle_cap_export()
4005 ceph_put_cap(mdsc, new_cap); in handle_cap_export()
4020 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local
[all …]
Dinode.c754 struct ceph_cap *new_cap = NULL; in ceph_fill_inode() local
771 new_cap = ceph_get_cap(mdsc, caps_reservation); in ceph_fill_inode()
772 if (!new_cap) in ceph_fill_inode()
987 info->cap.flags, &new_cap); in ceph_fill_inode()
1049 if (new_cap) in ceph_fill_inode()
1050 ceph_put_cap(mdsc, new_cap); in ceph_fill_inode()
Dsuper.h1107 struct ceph_cap **new_cap);