Searched refs:owner (Results 1 - 25 of 4399) sorted by last modified time

1234567891011>>

/linux-master/fs/btrfs/
H A Dbackref.c501 * 3. The leaf owner is not equal to the root we are searching
528 * the leaf owner is not equal to the root we are searching for
3406 upper->owner = btrfs_header_owner(eb);
3438 if (!upper->owner)
3439 upper->owner = btrfs_header_owner(eb);
3550 exist->owner == key.offset) ||
/linux-master/drivers/hid/
H A Dhid-mcp2221.c1183 mcp->adapter.owner = THIS_MODULE;
/linux-master/virt/kvm/
H A Dkvm_main.c1427 * its final owner. In such cases, the caller is still actively using @kvm and
3212 * touched (e.g. set dirty) except by its owner".
4385 .owner = THIS_MODULE,
5076 .owner = THIS_MODULE,
6152 .owner = THIS_MODULE,
6463 kvm_chardev_ops.owner = module;
6464 kvm_vm_fops.owner = module;
6465 kvm_vcpu_fops.owner = module;
6466 kvm_device_fops.owner = module;
/linux-master/include/linux/
H A Dblkdev.h366 * The queue owner gets to use this for whatever they like.
1428 struct module *owner; member in struct:block_device_operations
/linux-master/fs/smb/server/
H A Dvfs.c350 /* check owner in lock */
1885 /* Set default owner group */
1886 acl_state.owner.allow = (inode->i_mode & 0700) >> 6;
1891 acl_state.owner.allow;
/linux-master/fs/smb/client/
H A Dsmb2pdu.c2295 cifs_dbg(VFS, "bad owner sid in posix create response\n");
2298 memcpy(&posix->owner, sid, sid_len);
2586 sids->owner.Revision = 1;
2587 sids->owner.NumAuth = 3;
2588 sids->owner.Authority[5] = 5;
2589 sids->owner.SubAuthorities[0] = cpu_to_le32(88);
2590 sids->owner.SubAuthorities[1] = cpu_to_le32(1);
2591 sids->owner.SubAuthorities[2] = cpu_to_le32(current_fsuid().val);
2601 cifs_dbg(FYI, "owner S-1-5-88-1-%d, group S-1-5-88-2-%d\n", current_fsuid().val, current_fsgid().val);
2657 /* offset owner, grou
[all...]
H A Dcifsfs.c1120 .owner = THIS_MODULE,
1130 .owner = THIS_MODULE,
/linux-master/fs/bcachefs/
H A Dfs.c2017 .owner = THIS_MODULE,
H A Dchardev.c958 .owner = THIS_MODULE,
/linux-master/drivers/usb/serial/
H A Doption.c2341 .owner = THIS_MODULE,
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c2087 .owner = THIS_MODULE,
/linux-master/drivers/usb/core/
H A Dport.c473 .owner = THIS_MODULE,
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c808 .owner = THIS_MODULE,
/linux-master/drivers/tty/serial/
H A Dpmac_zilog.c92 .owner = THIS_MODULE,
1766 .owner = THIS_MODULE,
H A Dmxs-auart.c1448 .owner = THIS_MODULE,
/linux-master/drivers/clk/
H A Dclk.c64 struct module *owner; member in struct:clk_core
4186 if (!try_module_get(core->owner)) {
4364 core->owner = dev->driver->owner;
4746 struct module *owner; local
4773 owner = clk->core->owner;
4775 module_put(owner);
/linux-master/drivers/android/
H A Dbinder.c6486 .owner = THIS_MODULE,
/linux-master/block/
H A Dbdev.c103 * with error if bdev has other exclusive owner (such as filesystem).
881 if (!try_module_get(disk->fops->owner))
926 module_put(disk->fops->owner);
1078 module_put(disk->fops->owner);
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c104 struct task_struct *owner; member in struct:rw_semaphore___old
108 atomic_long_t owner; member in struct:rw_semaphore___new
248 __u64 owner = 0; local
252 owner = BPF_CORE_READ(mutex, owner.counter);
263 owner = (unsigned long)BPF_CORE_READ(rwsem, owner);
266 owner = BPF_CORE_READ(rwsem, owner.counter);
271 owner
[all...]
/linux-master/tools/include/uapi/sound/
H A Dasound.h1086 #define SNDRV_CTL_ELEM_ACCESS_OWNER (1<<10) /* write lock owner */
1124 __kernel_pid_t owner; /* owner's PID of this control */ member in struct:snd_ctl_elem_info
/linux-master/net/unix/
H A Daf_unix.c831 .owner = THIS_MODULE,
856 .owner = THIS_MODULE,
880 .owner = THIS_MODULE,
931 .owner = THIS_MODULE,
942 .owner = THIS_MODULE,
3595 .owner = THIS_MODULE,
/linux-master/net/sched/
H A Dsch_generic.c648 .owner = THIS_MODULE,
696 .owner = THIS_MODULE,
918 .owner = THIS_MODULE,
977 sch->owner = -1;
995 if (!try_module_get(ops->owner)) {
1002 module_put(ops->owner);
1071 module_put(ops->owner);
/linux-master/net/netfilter/
H A Dnf_tables_api.c2102 module_put(basechain->type->owner);
2319 if (!try_module_get(type->owner)) {
2331 module_put(type->owner);
2335 module_put(type->owner);
2350 module_put(hook->type->owner);
2745 module_put(hook.type->owner);
2762 module_put(hook.type->owner);
3105 if (type != NULL && try_module_get(type->owner)) {
3227 module_put(type->owner);
3295 module_put(type->owner);
3303 struct module *owner; local
[all...]
H A Dnft_lookup.c264 .owner = THIS_MODULE,
H A Dnf_flow_table_inet.c72 .owner = THIS_MODULE,
82 .owner = THIS_MODULE,
92 .owner = THIS_MODULE,

Completed in 443 milliseconds

1234567891011>>