Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dkmod.c617 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/
Dcaps.c515 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 …]
Dinode.c675 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()
Dsuper.h835 struct ceph_cap **new_cap);
/linux-4.1.27/drivers/pci/
Dpci.c2138 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()