/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_inode.c | 73 crhold(cr); in zpl_lookup() 188 crhold(cr); in zpl_create() 249 crhold(cr); in zpl_mknod() 304 crhold(cr); in zpl_tmpfile() 356 crhold(cr); in zpl_unlink() 398 crhold(cr); in zpl_mkdir() 435 crhold(cr); in zpl_rmdir() 545 crhold(cr); in zpl_setattr() 617 crhold(cr); in zpl_rename2() 671 crhold(cr); in zpl_symlink() [all …]
|
H A D | zpl_export.c | 124 crhold(cr); in zpl_get_name() 143 crhold(cr); in zpl_get_parent() 166 crhold(cr); in zpl_commit_metadata()
|
H A D | zpl_ctldir.c | 137 crhold(cr); in zpl_root_lookup() 226 crhold(cr); in zpl_snapdir_lookup() 309 crhold(cr); in zpl_snapdir_rename2() 335 crhold(cr); in zpl_snapdir_rmdir() 359 crhold(cr); in zpl_snapdir_mkdir() 483 crhold(cr); in zpl_shares_lookup() 523 crhold(cr); in zpl_shares_iterate()
|
H A D | zpl_file.c | 64 crhold(cr); in zpl_open() 85 crhold(cr); in zpl_release() 101 crhold(cr); in zpl_iterate() 165 crhold(cr); in zpl_fsync() 230 crhold(cr); in zpl_iter_read() 281 crhold(cr); in zpl_iter_write() 603 crhold(cr); in zpl_fallocate_common() 843 crhold(cr); in zpl_ioctl_setflags() 891 crhold(cr); in zpl_ioctl_setxattr() 979 crhold(cr); in zpl_ioctl_setdosflags()
|
H A D | zpl_file_range.c | 67 crhold(cr); in zpl_clone_file_range_impl()
|
H A D | zpl_super.c | 114 crhold(cr); in zpl_sync_fs()
|
H A D | zpl_xattr.c | 249 crhold(cr); in zpl_xattr_list() 439 crhold(cr); in zpl_xattr_get() 609 crhold(cr); in zpl_xattr_set()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-cred.c | 56 crhold(cred_t *cr) in crhold() function 143 EXPORT_SYMBOL(crhold);
|
/freebsd/sys/kern/ |
H A D | vfs_export.c | 395 mp->mnt_exjail = crhold(curthread->td_ucred); in vfs_export() 414 mp->mnt_exjail = crhold(curthread->td_ucred); in vfs_export() 684 crhold(*credanonp); in vfs_stdcheckexp()
|
H A D | kern_loginclass.c | 228 crhold(newcred); in sys_setloginclass()
|
H A D | tty_pts.c | 768 psc->pts_cred = crhold(cred); in pts_alloc() 815 psc->pts_cred = crhold(cred); in pts_alloc_external()
|
H A D | kern_acct.c | 277 acct_cred = crhold(td->td_ucred); in sys_acct()
|
H A D | kern_prot.c | 967 crhold(newcred); in sys_setuid() 1345 crhold(newcred); in sys_setreuid() 1491 crhold(newcred); in sys_setresuid() 2488 crhold(struct ucred *cr) in crhold() function
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | cred.h | 70 extern void crhold(cred_t *);
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | cred.h | 174 extern void crhold(cred_t *cr);
|
/freebsd/sys/nlm/ |
H A D | nlm_advlock.c | 251 crhold(td->td_ucred); in nlm_advlock_internal() 421 cred = crhold(ns->ns_ucred); in nlm_set_creds_for_lock() 434 cred = crhold(p->p_ucred); in nlm_set_creds_for_lock() 444 cred = crhold(td->td_ucred); in nlm_set_creds_for_lock()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clbio.c | 282 cred = crhold(np->n_writecred); in ncl_putpages() 284 cred = crhold(curthread->td_ucred); /* XXX */ in ncl_putpages() 1125 bp->b_wcred = crhold(cred); in ncl_write() 1518 bp->b_rcred = crhold(cred); 1521 bp->b_wcred = crhold(cred); in ncl_doio()
|
/freebsd/sys/sys/ |
H A D | ucred.h | 232 struct ucred *crhold(struct ucred *cr);
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 711 authcred = crhold(cred); in newnfs_request() 783 authcred = crhold(nmp->nm_sockreq.nr_cred); in newnfs_request() 798 authcred = crhold(nmp->nm_sockreq.nr_cred); in newnfs_request() 823 authcred = crhold(nmp->nm_sockreq.nr_cred); in newnfs_request()
|
/freebsd/sys/vm/ |
H A D | vnode_pager.c | 712 bp->b_rcred = crhold(curthread->td_ucred); in vnode_pager_input_smlfs() 713 bp->b_wcred = crhold(curthread->td_ucred); in vnode_pager_input_smlfs() 1105 bp->b_rcred = crhold(curthread->td_ucred); in vnode_pager_generic_getpages() 1106 bp->b_wcred = crhold(curthread->td_ucred); in vnode_pager_generic_getpages()
|
H A D | vm_map.c | 1778 crhold(cred); in vm_map_insert1() 2466 crhold(entry->cred); in vm_map_entry_clone() 2924 crhold(cred); in vm_map_protect() 2950 crhold(cred); in vm_map_protect() 4187 crhold(cred); in vm_map_copy_swap_object() 4191 crhold(cred); in vm_map_copy_swap_object() 4286 crhold(dst_entry->cred); in vm_map_copy_entry() 4539 crhold(new_entry->cred); in vmspace_fork() 5084 crhold(cred); in vm_map_lookup()
|
H A D | swap_pager.c | 773 crhold(cred); in swap_pager_init_object() 1414 bp->b_rcred = crhold(thread0.td_ucred); in swap_pager_getpages_locked() 1415 bp->b_wcred = crhold(thread0.td_ucred); in swap_pager_getpages_locked() 1610 bp->b_rcred = crhold(thread0.td_ucred); in swap_pager_putpages() 1611 bp->b_wcred = crhold(thread0.td_ucred); in swap_pager_putpages()
|
/freebsd/sys/security/mac/ |
H A D | mac_process.c | 214 cred = crhold(td->td_proc->p_ucred); in mac_proc_vm_revoke()
|
/freebsd/sys/dev/filemon/ |
H A D | filemon.c | 430 filemon->cred = crhold(td->td_ucred); in filemon_open()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_cma.c | 172 ssk->cred = crhold(child->so_cred); in sdp_connect_handler()
|