Searched refs:new_cap (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/kernel/ |
D | kmod.c | 617 kernel_cap_t new_cap; in proc_cap_handler() local 655 new_cap.cap[i] = cap_array[i]; in proc_cap_handler() 663 usermodehelper_bset = cap_intersect(usermodehelper_bset, new_cap); in proc_cap_handler() 665 usermodehelper_inheritable = cap_intersect(usermodehelper_inheritable, new_cap); in proc_cap_handler()
|
/linux-4.1.27/fs/ceph/ |
D | caps.c | 515 struct ceph_cap **new_cap) in ceph_add_cap() argument 535 cap = *new_cap; in ceph_add_cap() 536 *new_cap = NULL; in ceph_add_cap() 2887 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local 2953 t_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export() 2975 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_export() 2990 if (new_cap) in handle_cap_export() 2991 ceph_put_cap(mdsc, new_cap); in handle_cap_export() 3007 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local 3034 if (!new_cap) { in handle_cap_import() [all …]
|
D | inode.c | 675 struct ceph_cap *new_cap = NULL; in fill_inode() local 688 new_cap = ceph_get_cap(mdsc, caps_reservation); in fill_inode() 852 info->cap.flags, &new_cap); in fill_inode() 913 if (new_cap) in fill_inode() 914 ceph_put_cap(mdsc, new_cap); in fill_inode()
|
D | super.h | 835 struct ceph_cap **new_cap);
|
/linux-4.1.27/drivers/pci/ |
D | pci.c | 2138 struct pci_cap_saved_state *new_cap) in pci_add_saved_cap() argument 2140 hlist_add_head(&new_cap->next, &pci_dev->saved_cap_space); in pci_add_saved_cap()
|