Home
last modified time | relevance | path

Searched refs:excl (Results 1 – 25 of 57) sorted by relevance

123

/linux/arch/arm/boot/bootp/
H A Dbootp.lds22 .stab.excl 0 : { *(.stab.excl) }
/linux/fs/
H A Dsuper.c54 static inline void __super_lock(struct super_block *sb, bool excl) in __super_lock() argument
56 if (excl) in __super_lock()
62 static inline void super_unlock(struct super_block *sb, bool excl) in super_unlock() argument
64 if (excl) in super_unlock()
110 static __must_check bool super_lock(struct super_block *sb, bool excl) in super_lock() argument
121 __super_lock(sb, excl); in super_lock()
129 super_unlock(sb, excl); in super_lock()
909 bool excl = flags & SUPER_ITER_EXCL; in __iterate_supers() local
923 } else if (super_lock(sb, excl)) { in __iterate_supers()
925 super_unlock(sb, excl); in __iterate_supers()
[all …]
H A Dinternal.h134 struct super_block *user_get_super(dev_t, bool excl);
/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S56 .stab.excl 0 : { *(.stab.excl) }
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S58 .stab.excl 0 : { *(.stab.excl) }
/linux/drivers/tty/
H A Dvcc.c158 static struct vcc_port *vcc_get(unsigned long index, bool excl) in vcc_get() argument
172 if (!excl) { in vcc_get()
208 static void vcc_put(struct vcc_port *port, bool excl) in vcc_put() argument
218 if (WARN_ON((excl && !port->excl_locked) || in vcc_put()
219 (!excl && port->excl_locked))) in vcc_put()
224 if (excl) in vcc_put()
/linux/fs/vboxsf/
H A Ddir.c258 umode_t mode, bool is_dir, bool excl, u64 *handle_ret) in vboxsf_dir_create() argument
269 if (excl) in vboxsf_dir_create()
301 umode_t mode, bool excl) in vboxsf_dir_mkfile() argument
303 return vboxsf_dir_create(parent, dentry, mode, false, excl, NULL); in vboxsf_dir_mkfile()
/linux/arch/mips/net/
H A Dbpf_jit_comp.h145 int push_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth);
151 int pop_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth);
H A Dbpf_jit_comp.c127 int push_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth) in push_regs() argument
133 if ((excl & BIT(reg)) == 0) { in push_regs()
150 int pop_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth) in pop_regs() argument
156 if ((excl & BIT(reg)) == 0) { in pop_regs()
/linux/drivers/gpu/drm/i915/
H A Di915_active_types.h34 struct i915_active_fence excl; member
H A Di915_active.h225 fence = i915_active_fence_get(&active->excl); in __i915_request_await_exclusive()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c696 struct iwl_dump_exclude *excl; in iwl_drv_set_dump_exclude() local
702 excl = &drv->fw.dump_excl[0]; in iwl_drv_set_dump_exclude()
705 if (excl->addr) in iwl_drv_set_dump_exclude()
706 excl = &drv->fw.dump_excl_wowlan[0]; in iwl_drv_set_dump_exclude()
710 excl = &drv->fw.dump_excl[0]; in iwl_drv_set_dump_exclude()
713 excl = &drv->fw.dump_excl_wowlan[0]; in iwl_drv_set_dump_exclude()
716 if (excl->addr) in iwl_drv_set_dump_exclude()
717 excl++; in iwl_drv_set_dump_exclude()
719 if (excl->addr) { in iwl_drv_set_dump_exclude()
724 excl->addr = le32_to_cpu(fw->addr) & ~FW_ADDR_CACHE_CONTROL; in iwl_drv_set_dump_exclude()
[all …]
/linux/fs/btrfs/
H A Dqgroup.h225 u64 excl; /* exclusive */ member
385 u64 rfer, u64 excl);
/linux/kernel/locking/
H A Dlockdep.c2677 unsigned long excl = 0; in invert_dir_mask() local
2680 excl |= (mask & LOCKF_ENABLED_IRQ_ALL) >> LOCK_USAGE_DIR_MASK; in invert_dir_mask()
2681 excl |= (mask & LOCKF_USED_IN_IRQ_ALL) << LOCK_USAGE_DIR_MASK; in invert_dir_mask()
2683 return excl; in invert_dir_mask()
2716 unsigned long excl = invert_dir_mask(mask); in exclusive_mask() local
2718 excl |= (excl & LOCKF_IRQ_READ) >> LOCK_USAGE_READ_MASK; in exclusive_mask()
2719 excl |= (excl & LOCKF_IRQ) << LOCK_USAGE_READ_MASK; in exclusive_mask()
2721 return excl; in exclusive_mask()
2733 unsigned long excl = invert_dir_mask(mask); in original_mask() local
2736 excl |= (excl & LOCKF_IRQ_READ) >> LOCK_USAGE_READ_MASK; in original_mask()
[all …]
/linux/scripts/kconfig/
H A Dstreamline_config.pl616 foreach my $excl (@preserved_kconfigs) {
617 if($kconfig =~ /^$excl/) {
/linux/fs/coda/
H A Dcoda_psdev.h63 const char *name, int length, int excl, int mode,
H A Dupcall.c270 const char *name, int length, int excl, int mode, in venus_create() argument
284 inp->coda_create.excl = excl; in venus_create()
/linux/include/linux/
H A Dioport.h352 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (n… argument
/linux/fs/efivarfs/
H A Dinode.c78 struct dentry *dentry, umode_t mode, bool excl) in efivarfs_create() argument
/linux/fs/quota/
H A Dquota.c871 bool excl = false, thawed = false; in quotactl_block() local
883 excl = true; in quotactl_block()
890 sb = user_get_super(dev, excl); in quotactl_block()
894 if (excl) in quotactl_block()
/linux/arch/um/os-Linux/
H A Dfile.c574 int os_lock_file(int fd, int excl) in os_lock_file() argument
576 int type = excl ? F_WRLCK : F_RDLCK; in os_lock_file()
/linux/fs/ramfs/
H A Dinode.c131 struct dentry *dentry, umode_t mode, bool excl) in ramfs_create() argument
/linux/fs/minix/
H A Dnamei.c67 struct dentry *dentry, umode_t mode, bool excl) in minix_create() argument
/linux/arch/um/include/shared/
H A Dos.h171 extern int os_lock_file(int fd, int excl);
/linux/include/asm-generic/
H A Dvmlinux.lds.h844 .stab.excl 0 : { *(.stab.excl) } \

123