Searched defs:how (Results 1 - 25 of 63) sorted by path

123

/linux-master/arch/sh/kernel/
H A Dsh_bios.c60 void sh_bios_shutdown(unsigned int how) argument
/linux-master/arch/alpha/kernel/
H A Dprocess.c78 struct halt_info *how = generic_ptr; local
/linux-master/drivers/accessibility/speakup/
H A Dmain.c1854 int how = (var_id & 1) ? E_INC : E_DEC; local
H A Dvarhandlers.c182 int spk_set_num_var(int input, struct st_var_header *var, int how) argument
284 int spk_set_mask_bits(const char *input, const int which, const int how) argument
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c471 void chtls_shutdown(struct sock *sk, int how) argument
/linux-master/drivers/s390/cio/
H A Dqdio_main.c837 static int qdio_cancel_ccw(struct qdio_irq *irq, int how) argument
872 int qdio_shutdown(struct ccw_device *cdev, int how) argument
[all...]
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c223 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) argument
/linux-master/fs/autofs/
H A Ddev-ioctl.c464 int how; local
H A Dexpire.c11 autofs_can_expire(struct dentry *dentry, unsigned long timeout, unsigned int how) argument
29 autofs_mount_busy(struct vfsmount *mnt, struct dentry *dentry, unsigned int how) argument
147 autofs_direct_busy(struct vfsmount *mnt, struct dentry *top, unsigned long timeout, unsigned int how) argument
179 autofs_tree_busy(struct vfsmount *mnt, struct dentry *top, unsigned long timeout, unsigned int how) argument
238 autofs_check_leaves(struct vfsmount *mnt, struct dentry *parent, unsigned long timeout, unsigned int how) argument
271 autofs_expire_direct(struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, unsigned int how) argument
318 should_expire(struct dentry *dentry, struct vfsmount *mnt, unsigned long timeout, unsigned int how) argument
417 autofs_expire_indirect(struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, unsigned int how) argument
572 autofs_do_expire_multi(struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, unsigned int how) argument
611 unsigned int how = 0; local
[all...]
/linux-master/fs/bcachefs/
H A Dfs-ioctl.c319 int how = LOOKUP_FOLLOW; local
/linux-master/fs/
H A Dnamei.c4636 int how = 0; local
H A Dnamespace.c1592 static bool disconnect_mount(struct mount *mnt, enum umount_tree_flags how) argument
1625 static void umount_tree(struct mount *mnt, enum umount_tree_flags how) argument
[all...]
H A Dopen.c1192 struct open_how how = { local
1206 inline int build_open_flags(const struct open_how *how, struct open_flags *op) argument
1347 struct open_how how = build_open_how(flags, mode); local
1382 struct open_how how = build_open_how(flags, mode); local
1390 do_sys_openat2(int dfd, const char __user *filename, struct open_how *how) argument
1420 struct open_how how = build_open_how(flags, mode); local
[all...]
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c995 static int filelayout_initiate_commit(struct nfs_commit_data *data, int how) argument
1030 filelayout_commit_pagelist(struct inode *inode, struct list_head *mds_pages, int how, struct nfs_commit_info *cinfo) argument
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1914 static int ff_layout_initiate_commit(struct nfs_commit_data *data, int how) argument
1970 ff_layout_commit_pagelist(struct inode *inode, struct list_head *mds_pages, int how, struct nfs_commit_info *cinfo) argument
/linux-master/fs/nfs/
H A Dpagelist.c796 nfs_pgio_rpcsetup(struct nfs_pgio_header *hdr, unsigned int pgbase, unsigned int count, int how, struct nfs_commit_info *cinfo) argument
847 nfs_initiate_pgio(struct rpc_clnt *clnt, struct nfs_pgio_header *hdr, const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, const struct rpc_call_ops *call_ops, int how, int flags) argument
H A Dpnfs.c2899 pnfs_try_to_write_data(struct nfs_pgio_header *hdr, const struct rpc_call_ops *call_ops, struct pnfs_layout_segment *lseg, int how) argument
2920 pnfs_do_write(struct nfs_pageio_descriptor *desc, struct nfs_pgio_header *hdr, int how) argument
H A Dpnfs.h470 pnfs_commit_list(struct inode *inode, struct list_head *mds_pages, int how, argument
816 pnfs_commit_list(struct inode *inode, struct list_head *mds_pages, int how, argument
H A Dpnfs_nfs.c539 data->mds_ops, how, local
507 pnfs_generic_commit_pagelist(struct inode *inode, struct list_head *mds_pages, int how, struct nfs_commit_info *cinfo, int (*initiate_commit)(struct nfs_commit_data *data, int how)) argument
H A Dread.c190 nfs_initiate_read(struct nfs_pgio_header *hdr, struct rpc_message *msg, const struct nfs_rpc_ops *rpc_ops, struct rpc_task_setup *task_setup_data, int how) argument
H A Dwrite.c1384 static int flush_task_priority(int how) argument
1797 nfs_commit_list(struct inode *inode, struct list_head *head, int how, argument
1395 nfs_initiate_write(struct nfs_pgio_header *hdr, struct rpc_message *msg, const struct nfs_rpc_ops *rpc_ops, struct rpc_task_setup *task_setup_data, int how) argument
1670 nfs_initiate_commit(struct rpc_clnt *clnt, struct nfs_commit_data *data, const struct nfs_rpc_ops *nfs_ops, const struct rpc_call_ops *call_ops, int how, int flags) argument
1910 nfs_generic_commit_list(struct inode *inode, struct list_head *head, int how, struct nfs_commit_info *cinfo) argument
1921 __nfs_commit_inode(struct inode *inode, int how, struct writeback_control *wbc) argument
1956 nfs_commit_inode(struct inode *inode, int how) argument
[all...]
/linux-master/fs/nfsd/
H A Dvfs.c737 int how; member in struct:accessmap
/linux-master/include/linux/
H A Daudit.h516 static inline void audit_openat2_how(struct open_how *how) argument
677 static inline void audit_openat2_how(struct open_how *how) argument
H A Dnfs_xdr.h1318 u32 how; member in struct:nfs41_state_protection
H A Dsecurity.h1660 static inline int security_socket_shutdown(struct socket *sock, int how) argument

Completed in 432 milliseconds

123