Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 135) sorted by relevance

123456

/linux-4.19.296/include/linux/
Ddevice_cgroup.h16 short access);
19 short access) in __devcgroup_check_permission() argument
25 short access) in devcgroup_check_permission() argument
27 int rc = BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(type, major, minor, access); in devcgroup_check_permission()
32 return __devcgroup_check_permission(type, major, minor, access); in devcgroup_check_permission()
37 short type, access = 0; in devcgroup_inode_permission() local
50 access |= DEVCG_ACC_WRITE; in devcgroup_inode_permission()
52 access |= DEVCG_ACC_READ; in devcgroup_inode_permission()
55 access); in devcgroup_inode_permission()
Dc2port.h23 unsigned int access:1; member
43 void (*access)(struct c2port_device *dev, int status); member
Dbpf-cgroup.h102 short access, enum bpf_attach_type type);
232 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(type, major, minor, access) \ argument
237 access, \
302 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(type,major,minor,access) ({ 0; }) argument
/linux-4.19.296/fs/afs/
Dsecurity.c106 h += permits->permits[i].access; in afs_hash_permits()
143 if (permits->permits[i].access != caller_access) { in afs_cache_permit()
209 new->permits[j].access = caller_access; in afs_cache_permit()
213 new->permits[j].access = permits->permits[i].access; in afs_cache_permit()
220 new->permits[j].access = caller_access; in afs_cache_permit()
308 *_access = permits->permits[i].access; in afs_check_permit()
343 afs_access_t access; in afs_permission() local
364 ret = afs_check_permit(vnode, key, &access); in afs_permission()
370 mask, access, S_ISDIR(inode->i_mode) ? "dir" : "file"); in afs_permission()
374 if (!(access & AFS_ACE_LOOKUP)) in afs_permission()
[all …]
/linux-4.19.296/fs/nfsd/
Dnfs2acl.c172 argp->access); in nfsacld_proc_access()
175 resp->access = argp->access; in nfsacld_proc_access()
176 nfserr = nfsd_access(rqstp, &resp->fh, &resp->access, NULL); in nfsacld_proc_access()
242 argp->access = ntohl(*p++); in nfsaclsvc_decode_accessargs()
320 *p++ = htonl(resp->access); in nfsaclsvc_encode_accessres()
379 PROC(access, access, access, access, RC_NOCACHE, ST+AT+1),
Dnfsfh.c321 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access) in fh_verify() argument
369 if (access & NFSD_MAY_LOCK || access & NFSD_MAY_BYPASS_GSS) in fh_verify()
376 if (access & NFSD_MAY_BYPASS_GSS_ON_ROOT in fh_verify()
386 error = nfsd_permission(rqstp, exp, dentry, access); in fh_verify()
392 access, ntohl(error)); in fh_verify()
/linux-4.19.296/fs/9p/
Dfid.c121 int i, n, l, clone, access; in v9fs_fid_lookup_with_uid() local
126 access = v9ses->flags & V9FS_ACCESS_MASK; in v9fs_fid_lookup_with_uid()
149 if (access == V9FS_ACCESS_SINGLE) in v9fs_fid_lookup_with_uid()
234 int any, access; in v9fs_fid_lookup() local
238 access = v9ses->flags & V9FS_ACCESS_MASK; in v9fs_fid_lookup()
239 switch (access) { in v9fs_fid_lookup()
/linux-4.19.296/drivers/misc/c2port/
Dcore.c350 return sprintf(buf, "%d\n", c2dev->access); in access_show()
366 c2dev->access = !!status; in access_store()
370 if (c2dev->access) in access_store()
372 ops->access(c2dev, c2dev->access); in access_store()
373 if (c2dev->access) in access_store()
380 static DEVICE_ATTR_RW(access);
389 if (!c2dev->access) in c2port_store_reset()
426 if (!c2dev->access) in c2port_show_dev_id()
463 if (!c2dev->access) in c2port_show_rev_id()
491 if (!dev->access) in __c2port_store_flash_access()
[all …]
/linux-4.19.296/fs/notify/fanotify/
DKconfig2 bool "Filesystem wide access notification"
7 Say Y here to enable fanotify support. fanotify is a file access
22 listeners which need to scan files before allowing the system access to
/linux-4.19.296/drivers/s390/block/
DKconfig12 want to access more than 2G of memory when running in 31 bit mode.
31 Enable this option if you want to access DASDs directly utilizing
56 Select this option to be able to access FBA devices. It is safe to
61 prompt "Support for DIAG access to Disks"
64 Select this option if you want to use Diagnose250 command to access
/linux-4.19.296/drivers/iio/
Dindustrialio-buffer.c43 return buf->access->data_available(buf); in iio_buffer_data_available()
119 if (!rb || !rb->access->read_first_n) in iio_buffer_read_first_n_outer()
154 ret = rb->access->read_first_n(rb, n, buf); in iio_buffer_read_first_n_outer()
529 buffer->access->set_length(buffer, val); in iio_buffer_write_length()
621 if (!buffer->access->enable) in iio_buffer_enable()
623 return buffer->access->enable(buffer, indio_dev); in iio_buffer_enable()
629 if (!buffer->access->disable) in iio_buffer_disable()
631 return buffer->access->disable(buffer, indio_dev); in iio_buffer_disable()
639 if (!buffer->access->set_bytes_per_datum) in iio_buffer_update_bytes_per_datum()
645 buffer->access->set_bytes_per_datum(buffer, bytes); in iio_buffer_update_bytes_per_datum()
[all …]
/linux-4.19.296/drivers/misc/cxl/
Dfault.c139 unsigned long access, flags, inv_flags = 0; in cxl_handle_mm_fault() local
167 access = _PAGE_PRESENT | _PAGE_READ; in cxl_handle_mm_fault()
169 access |= _PAGE_WRITE; in cxl_handle_mm_fault()
172 access |= _PAGE_PRIVILEGED; in cxl_handle_mm_fault()
178 hash_page_mm(mm, dar, access, 0x300, inv_flags); in cxl_handle_mm_fault()
/linux-4.19.296/include/rdma/
Dib_umem.h85 size_t size, int access, int dmasync);
97 int access, int dmasync) { in ib_umem_get() argument
Dib_umem_odp.h88 int access);
159 int access) in ib_umem_odp_get() argument
Dib_fmr_pool.h58 enum ib_access_flags access; member
/linux-4.19.296/drivers/misc/cardreader/
DKconfig8 Realtek card readers support access to many types of memory cards,
19 Realtek card reader supports access to many types of memory cards,
/linux-4.19.296/drivers/memstick/host/
DKconfig12 Say Y here if you want to be able to access MemoryStick cards with
28 Say Y here if you want to be able to access MemoryStick cards with
39 Say Y here if you want to be able to access MemoryStick cards with
/linux-4.19.296/drivers/iio/frequency/
DKconfig18 Clock Generator. The driver provides direct access via sysfs.
36 Wideband Synthesizers. The driver provides direct access via sysfs.
/linux-4.19.296/drivers/nvmem/
DKconfig21 i.MX SoCs, providing access to 4 Kbits of programmable
33 i.MX6 SoCs, providing access to 4 Kbits of one-time programmable
64 If you say Y here, you will get readonly access to the
76 This is a driver to access hardware related data like sensor
87 Say y here to enable QFPROM support. The QFPROM provides access
110 Say y here to enable read/write access to the Broadcom OTP
/linux-4.19.296/include/sound/
Dsoc.h74 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\
82 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
94 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\
113 .access = SNDRV_CTL_ELEM_ACCESS_READ | \
132 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\
141 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\
151 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\
160 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
172 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\
181 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
[all …]
/linux-4.19.296/drivers/i2c/muxes/
DKconfig26 GPIO based I2C multiplexer. This driver provides access to
39 general purpose I2C multiplexer. This driver provides access to
94 register based I2C multiplexer. This driver provides access to
114 CPLD based I2C multiplexer. This driver provides access to
/linux-4.19.296/drivers/sh/intc/
DMakefile1 obj-y := access.o chip.o core.o handle.o irqdomain.o virq.o
/linux-4.19.296/drivers/char/
DKconfig15 The /dev/mem device is used to access areas of physical
117 is needed for programs that want portable access to the parallel
165 If you don't require access to the operator panel display from user
228 allow random users access to this device. :-)
243 you get read and write access to the extra bytes of non-volatile
275 will get access to the real time clock (or hardware clock) built
301 will get access to the real time clock (or hardware clock) built
376 This driver enables access to the Sony Programmable I/O Control
423 Give userspace access to the GPIO pins on the National
434 Give userspace access to the GPIO pins on the National
[all …]
/linux-4.19.296/drivers/fsi/
DKconfig11 access to POWER-based hardware.
27 New userspace will use udev rules to generate predictable access
/linux-4.19.296/drivers/pci/switch/
DKconfig10 Switchtec series of PCIe switches. Supports userspace access

123456