Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dumh.c615 kernel_cap_t new_cap; in proc_cap_handler() local
653 new_cap.cap[i] = cap_array[i]; in proc_cap_handler()
661 usermodehelper_bset = cap_intersect(usermodehelper_bset, new_cap); in proc_cap_handler()
663 usermodehelper_inheritable = cap_intersect(usermodehelper_inheritable, new_cap); in proc_cap_handler()
/Linux-v4.19/fs/ceph/
Dcaps.c619 struct ceph_cap **new_cap) in ceph_add_cap() argument
639 cap = *new_cap; in ceph_add_cap()
640 *new_cap = NULL; in ceph_add_cap()
3512 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
3588 tcap = new_cap; in handle_cap_export()
3590 t_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export()
3619 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_export()
3634 if (new_cap) in handle_cap_export()
3635 ceph_put_cap(mdsc, new_cap); in handle_cap_export()
3651 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local
[all …]
Dinode.c746 struct ceph_cap *new_cap = NULL; in fill_inode() local
761 new_cap = ceph_get_cap(mdsc, caps_reservation); in fill_inode()
957 info->cap.flags, &new_cap); in fill_inode()
1018 if (new_cap) in fill_inode()
1019 ceph_put_cap(mdsc, new_cap); in fill_inode()
Dsuper.h973 struct ceph_cap **new_cap);
/Linux-v4.19/drivers/pci/
Dpci.c2914 struct pci_cap_saved_state *new_cap) in pci_add_saved_cap() argument
2916 hlist_add_head(&new_cap->next, &pci_dev->saved_cap_space); in pci_add_saved_cap()