Searched refs:new_cap (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/ |
D | kmod.c | 635 kernel_cap_t new_cap; in proc_cap_handler() local 673 new_cap.cap[i] = cap_array[i]; in proc_cap_handler() 681 usermodehelper_bset = cap_intersect(usermodehelper_bset, new_cap); in proc_cap_handler() 683 usermodehelper_inheritable = cap_intersect(usermodehelper_inheritable, new_cap); in proc_cap_handler()
|
/linux-4.4.14/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() 3195 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local 3261 t_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export() 3282 new_cap = ceph_get_cap(mdsc, NULL); in handle_cap_export() 3297 if (new_cap) in handle_cap_export() 3298 ceph_put_cap(mdsc, new_cap); in handle_cap_export() 3314 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local 3341 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() 856 info->cap.flags, &new_cap); in fill_inode() 918 if (new_cap) in fill_inode() 919 ceph_put_cap(mdsc, new_cap); in fill_inode()
|
D | super.h | 869 struct ceph_cap **new_cap);
|
/linux-4.4.14/drivers/pci/ |
D | pci.c | 2423 struct pci_cap_saved_state *new_cap) in pci_add_saved_cap() argument 2425 hlist_add_head(&new_cap->next, &pci_dev->saved_cap_space); in pci_add_saved_cap()
|