Searched refs:execute (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_icache.h | 75 int (*execute)(struct xfs_inode *ip, int flags, void *args), 78 int (*execute)(struct xfs_inode *ip, int flags, void *args), 81 int (*execute)(struct xfs_inode *ip, int flags, void *args),
|
D | xfs_icache.c | 780 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_walk() 858 error = execute(batch[i], flags, args); in xfs_inode_ag_walk() 949 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_iterator_flags() 963 error = xfs_inode_ag_walk(mp, pag, execute, flags, args, -1, in xfs_inode_ag_iterator_flags() 978 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_iterator() 983 return xfs_inode_ag_iterator_flags(mp, execute, flags, args, 0); in xfs_inode_ag_iterator() 989 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_iterator_tag() 1003 error = xfs_inode_ag_walk(mp, pag, execute, flags, args, tag, in xfs_inode_ag_iterator_tag() 1516 int (*execute)(struct xfs_inode *ip, int flags, in __xfs_icache_free_eofblocks() 1525 return xfs_inode_ag_iterator_tag(mp, execute, flags, in __xfs_icache_free_eofblocks() [all …]
|
D | xfs_qm.c | 54 int (*execute)(struct xfs_dquot *dqp, void *data), in xfs_qm_dquot_walk() 87 error = execute(batch[i], data); in xfs_qm_dquot_walk()
|
/linux-4.19.296/include/trace/events/ |
D | sunrpc.h | 221 ktime_t execute 224 TP_ARGS(task, backlog, rtt, execute), 235 __field(unsigned long, execute) 247 __entry->execute = ktime_to_us(execute); 253 __entry->backlog, __entry->rtt, __entry->execute) 803 __field(unsigned long, execute) 809 __entry->execute = ktime_to_us(ktime_sub(ktime_get(), 815 __get_str(addr), __entry->xid, __entry->execute)
|
/linux-4.19.296/include/asm-generic/ |
D | mm_hooks.h | 32 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/linux-4.19.296/fs/ |
D | Kconfig.binfmt | 83 Say Y here if you want to execute interpreted scripts starting with 149 Say Y here if you want to be able to execute Linux/Intel ELF
|
/linux-4.19.296/drivers/auxdisplay/ |
D | Kconfig | 62 and execute "dmesg" or "cat /proc/ioports". You can see there how
|
/linux-4.19.296/drivers/char/ |
D | Kconfig | 199 button; it will still execute a hard reset if the button is held
|