| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_inode.c | 53 crhold(cr); in zpl_lookup() 139 crhold(cr); in zpl_create() 182 crhold(cr); in zpl_mknod() 219 crhold(cr); in zpl_tmpfile() 262 crhold(cr); in zpl_unlink() 289 crhold(cr); in zpl_mkdir() 322 crhold(cr); in zpl_rmdir() 374 crhold(cr); in zpl_setattr() 413 crhold(cr); in zpl_rename2() 442 crhold(cr); in zpl_symlink() [all …]
|
| H A D | zpl_ctldir.c | 123 crhold(cr); in zpl_root_lookup() 216 crhold(cr); in zpl_snapdir_lookup() 303 crhold(cr); in zpl_snapdir_rename2() 327 crhold(cr); in zpl_snapdir_rmdir() 343 crhold(cr); in zpl_snapdir_mkdir() 429 crhold(cr); in zpl_shares_lookup() 468 crhold(cr); in zpl_shares_iterate()
|
| H A D | zpl_file.c | 54 crhold(cr); in zpl_open() 75 crhold(cr); in zpl_release() 91 crhold(cr); in zpl_iterate() 131 crhold(cr); in zpl_fsync() 169 crhold(cr); in zpl_fsync() 268 crhold(cr); in zpl_iter_read() 330 crhold(cr); in zpl_iter_write() 371 crhold(cr); in zpl_aio_read() 414 crhold(cr); in zpl_aio_write() 740 crhold(cr); in zpl_fallocate_common() [all …]
|
| H A D | zpl_export.c | 116 crhold(cr); 139 crhold(cr);
|
| H A D | zpl_super.c | 124 crhold(cr); in zpl_sync_fs()
|
| H A D | zpl_xattr.c | 246 crhold(cr); in zpl_xattr_list() 435 crhold(cr); in zpl_xattr_get() 604 crhold(cr); in zpl_xattr_set()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-cred.c | 56 crhold(cred_t *cr) in crhold() function 183 EXPORT_SYMBOL(crhold);
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | cred.h | 48 extern void crhold(cred_t *cr);
|
| /f-stack/freebsd/vm/ |
| H A D | default_pager.c | 95 crhold(cred); in default_pager_alloc()
|
| H A D | vnode_pager.c | 614 bp->b_rcred = crhold(curthread->td_ucred); in vnode_pager_input_smlfs() 615 bp->b_wcred = crhold(curthread->td_ucred); in vnode_pager_input_smlfs() 1061 bp->b_rcred = crhold(curthread->td_ucred); in vnode_pager_generic_getpages() 1062 bp->b_wcred = crhold(curthread->td_ucred); in vnode_pager_generic_getpages()
|
| H A D | swap_pager.c | 666 crhold(cred); in swap_pager_alloc_init() 1327 bp->b_rcred = crhold(thread0.td_ucred); in swap_pager_getpages_locked() 1328 bp->b_wcred = crhold(thread0.td_ucred); in swap_pager_getpages_locked() 1532 bp->b_rcred = crhold(thread0.td_ucred); in swap_pager_putpages() 1533 bp->b_wcred = crhold(thread0.td_ucred); in swap_pager_putpages()
|
| H A D | vm_map.c | 1816 crhold(cred); in vm_map_insert() 2442 crhold(entry->cred); in vm_map_entry_clone() 2855 crhold(cred); in vm_map_protect() 2883 crhold(cred); in vm_map_protect() 4120 crhold(cred); in vm_map_copy_swap_object() 4124 crhold(cred); in vm_map_copy_swap_object() 4219 crhold(dst_entry->cred); in vm_map_copy_entry() 4470 crhold(new_entry->cred); in vmspace_fork() 5050 crhold(cred); in vm_map_lookup()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | ucred.h | 113 struct ucred *crhold(struct ucred *cr);
|
| /f-stack/freebsd/sys/ |
| H A D | ucred.h | 156 struct ucred *crhold(struct ucred *cr);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_loginclass.c | 233 crhold(newcred); in sys_setloginclass()
|
| H A D | tty_pts.c | 776 psc->pts_cred = crhold(cred); in pts_alloc() 823 psc->pts_cred = crhold(cred); in pts_alloc_external()
|
| H A D | kern_ktrace.c | 600 p2->p_tracecred = crhold(p1->p_tracecred); in ktrprocfork() 1127 p->p_tracecred = crhold(td->td_ucred); in ktrops() 1219 crhold(cred); in ktr_writerequest()
|
| H A D | kern_prot.c | 574 crhold(newcred); in sys_setuid() 927 crhold(newcred); in sys_setreuid() 1073 crhold(newcred); in sys_setresuid() 2013 crhold(struct ucred *cr) in crhold() function
|
| H A D | kern_acct.c | 293 acct_cred = crhold(td->td_ucred); in sys_acct()
|
| H A D | vfs_export.c | 530 crhold(*credanonp); in vfs_stdcheckexp()
|
| H A D | kern_alq.c | 458 alq->aq_cred = crhold(cred); in alq_open_flags()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_process.c | 216 cred = crhold(td->td_proc->p_ucred); in mac_proc_vm_revoke()
|
| H A D | mac_syscalls.c | 108 tcred = crhold(tproc->p_ucred); in sys___mac_get_pid()
|
| /f-stack/lib/ |
| H A D | ff_init_main.c | 455 td->td_ucred = crhold(p->p_ucred); in proc0_init()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_timewait.c | 352 tw->tw_cred = crhold(so->so_cred); in tcp_twstart()
|