/fs/xfs/ |
D | kmem.c | 12 kmem_alloc(size_t size, xfs_km_flags_t flags) in kmem_alloc() 42 __kmem_vmalloc(size_t size, xfs_km_flags_t flags) in __kmem_vmalloc() 66 kmem_alloc_io(size_t size, int align_mask, xfs_km_flags_t flags) in kmem_alloc_io() 85 kmem_alloc_large(size_t size, xfs_km_flags_t flags) in kmem_alloc_large() 98 kmem_realloc(const void *old, size_t newsize, xfs_km_flags_t flags) in kmem_realloc() 120 kmem_zone_alloc(kmem_zone_t *zone, xfs_km_flags_t flags) in kmem_zone_alloc()
|
D | xfs_icache.c | 320 int flags) in xfs_iget_check_free_state() 355 int flags, in xfs_iget_cache_hit() 501 int flags, in xfs_iget_cache_miss() 623 uint flags, in xfs_iget() 743 int flags) in xfs_inode_ag_walk_grab() 789 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_walk() 958 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_iterator_flags() 987 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_iterator() 998 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_iterator_tag() 1031 int flags) in xfs_reclaim_inode_grab() [all …]
|
D | kmem.h | 29 kmem_flags_convert(xfs_km_flags_t flags) in kmem_flags_convert() 66 kmem_zalloc(size_t size, xfs_km_flags_t flags) in kmem_zalloc() 72 kmem_zalloc_large(size_t size, xfs_km_flags_t flags) in kmem_zalloc_large() 96 kmem_zone_init_flags(int size, char *zone_name, slab_flags_t flags, in kmem_zone_init_flags() 117 kmem_zone_zalloc(kmem_zone_t *zone, xfs_km_flags_t flags) in kmem_zone_zalloc()
|
D | xfs_qm_syscalls.c | 26 uint flags) in xfs_qm_log_quotaoff() 64 uint flags) in xfs_qm_log_quotaoff_end() 99 uint flags) in xfs_qm_scall_quotaoff() 320 uint flags) in xfs_qm_scall_trunc_qfiles() 355 uint flags) in xfs_qm_scall_quotaon() 732 int flags, in xfs_dqrele_inode() 772 uint flags) in xfs_qm_dqrele_all_inodes()
|
D | xfs_inode.h | 117 __xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_set() 123 xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_set() 131 xfs_iflags_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_clear() 139 __xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_test() 145 xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test() 155 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_clear() 168 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_set() 364 #define XFS_IOLOCK_DEP(flags) (((flags) & XFS_IOLOCK_DEP_MASK) \ argument 366 #define XFS_MMAPLOCK_DEP(flags) (((flags) & XFS_MMAPLOCK_DEP_MASK) \ argument 368 #define XFS_ILOCK_DEP(flags) (((flags) & XFS_ILOCK_DEP_MASK) \ argument
|
/fs/ |
D | splice.c | 297 unsigned int flags) in generic_file_splice_read() 367 unsigned int flags) in default_file_splice_read() 647 loff_t *ppos, size_t len, unsigned int flags, in splice_from_pipe() 681 loff_t *ppos, size_t len, unsigned int flags) in iter_file_splice_write() 802 size_t len, unsigned int flags) in default_file_splice_write() 827 loff_t *ppos, size_t len, unsigned int flags) in generic_splice_sendpage() 838 loff_t *ppos, size_t len, unsigned int flags) in do_splice_from() 856 unsigned int flags) in do_splice_to() 900 int i, flags, more; in splice_direct_to_actor() local 1042 loff_t *opos, size_t len, unsigned int flags) in do_splice_direct() [all …]
|
D | timerfd.c | 64 unsigned long flags; in timerfd_triggered() local 100 unsigned long flags; in timerfd_clock_was_set() local 142 static void timerfd_setup_cancel(struct timerfd_ctx *ctx, int flags) in timerfd_setup_cancel() 172 static int timerfd_setup(struct timerfd_ctx *ctx, int flags, in timerfd_setup() 234 unsigned long flags; in timerfd_poll() local 387 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) in SYSCALL_DEFINE2() argument 435 static int do_timerfd_settime(int ufd, int flags, in do_timerfd_settime() 539 SYSCALL_DEFINE4(timerfd_settime, int, ufd, int, flags, in SYSCALL_DEFINE4() argument 567 SYSCALL_DEFINE4(timerfd_settime32, int, ufd, int, flags, in SYSCALL_DEFINE4() argument
|
D | file_table.c | 96 static struct file *__alloc_file(int flags, const struct cred *cred) in __alloc_file() 134 struct file *alloc_empty_file(int flags, const struct cred *cred) in alloc_empty_file() 171 struct file *alloc_empty_file_noaccount(int flags, const struct cred *cred) in alloc_empty_file_noaccount() 188 static struct file *alloc_file(const struct path *path, int flags, in alloc_file() 215 const char *name, int flags, in alloc_file_pseudo() 241 struct file *alloc_file_clone(struct file *base, int flags, in alloc_file_clone()
|
D | eventfd.c | 43 unsigned int flags; member 63 unsigned long flags; in eventfd_signal() local 209 unsigned long flags; in eventfd_ctx_remove_wait_queue() local 409 static int do_eventfd(unsigned int count, int flags) in do_eventfd() 439 SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags) in SYSCALL_DEFINE2() argument
|
D | read_write.c | 679 loff_t *ppos, int type, rwf_t flags) in do_iter_readv_writev() 702 loff_t *ppos, int type, rwf_t flags) in do_loop_readv_writev() 915 loff_t *pos, rwf_t flags) in do_iter_read() 943 rwf_t flags) in vfs_iter_read() 952 loff_t *pos, rwf_t flags) in do_iter_write() 979 rwf_t flags) in vfs_iter_write() 988 unsigned long vlen, loff_t *pos, rwf_t flags) in vfs_readv() 1005 unsigned long vlen, loff_t *pos, rwf_t flags) in vfs_writev() 1023 unsigned long vlen, rwf_t flags) in do_readv() 1047 unsigned long vlen, rwf_t flags) in do_writev() [all …]
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 531 struct path *path, unsigned int flags, __u64 mask, in fanotify_find_path() 586 unsigned int flags, in fanotify_mark_remove_from_mask() 606 unsigned int flags) in fanotify_remove_mark() 636 unsigned int flags) in fanotify_remove_vfsmount_mark() 644 unsigned int flags) in fanotify_remove_sb_mark() 651 unsigned int flags) in fanotify_remove_inode_mark() 659 unsigned int flags) in fanotify_mark_add_to_mask() 705 __u32 mask, unsigned int flags, in fanotify_add_mark() 731 unsigned int flags, __kernel_fsid_t *fsid) in fanotify_add_vfsmount_mark() 739 unsigned int flags, __kernel_fsid_t *fsid) in fanotify_add_sb_mark() [all …]
|
/fs/afs/ |
D | xattr.c | 20 void *buffer, size_t size, int flags) in afs_xattr_get_acl() 78 const void *buffer, size_t size, int flags) in afs_xattr_set_acl() 143 void *buffer, size_t size, int flags) in afs_xattr_get_yfs() 248 const void *buffer, size_t size, int flags) in afs_xattr_set_yfs() 314 void *buffer, size_t size, int flags) in afs_xattr_get_cell() 341 void *buffer, size_t size, int flags) in afs_xattr_get_fid() 379 void *buffer, size_t size, int flags) in afs_xattr_get_volume()
|
/fs/ocfs2/dlm/ |
D | dlmconvert.c | 63 struct dlm_lock *lock, int flags, int type) in dlmconvert_master() 106 struct dlm_lock *lock, int flags, in __dlmconvert_master() 253 struct dlm_lock *lock, int flags, int type) in dlmconvert_remote() 357 struct dlm_lock *lock, int flags, int type) in dlm_send_remote_convert_request() 441 u32 flags; in dlm_convert_lock_handler() local
|
D | dlmunlock.c | 87 int flags, int *call_ast, in dlmunlock_common() 287 int flags, in dlmunlock_master() 297 int flags, int *call_ast) in dlmunlock_remote() 313 int flags, in dlm_send_remote_unlock_request() 402 u32 flags; in dlm_unlock_lock_handler() local 588 int flags, dlm_astunlockfunc_t *unlockast, void *data) in dlmunlock()
|
/fs/xfs/scrub/ |
D | inode.c | 74 uint16_t flags) in xchk_inode_extsize() 96 uint16_t flags, in xchk_inode_cowextsize() 115 uint16_t flags) in xchk_inode_flags() 160 uint16_t flags, in xchk_inode_flags2() 209 uint16_t flags; in xchk_dinode() local
|
/fs/fuse/ |
D | xattr.c | 15 size_t size, int flags) in fuse_setxattr() 182 const char *name, void *value, size_t size, int flags) in fuse_xattr_get() 193 int flags) in fuse_xattr_set() 211 const char *name, void *value, size_t size, int flags) in no_xattr_get() 219 size_t size, int flags) in no_xattr_set()
|
/fs/jfs/ |
D | jfs_logmgr.c | 110 #define LCACHE_LOCK(flags) spin_lock_irqsave(&jfsLCacheLock, flags) argument 111 #define LCACHE_UNLOCK(flags) spin_unlock_irqrestore(&jfsLCacheLock, flags) argument 116 #define LCACHE_SLEEP_COND(wq, cond, flags) \ argument 231 unsigned long flags; in lmLog() local 812 unsigned long flags; in lmPostGC() local 939 unsigned long flags; in lmLogSync() local 1887 unsigned long flags; in lbmAllocate() local 1917 unsigned long flags; in lbmFree() local 1956 unsigned long flags; in lbmRedrive() local 2027 unsigned long flags; in lbmWrite() local [all …]
|
/fs/nfs/ |
D | nfs4super.c | 108 nfs4_remote_mount(struct file_system_type *fs_type, int flags, in nfs4_remote_mount() 131 int flags, void *data, const char *hostname) in nfs_do_root_mount() 238 struct dentry *nfs4_try_mount(int flags, const char *dev_name, in nfs4_try_mount() 264 nfs4_remote_referral_mount(struct file_system_type *fs_type, int flags, in nfs4_remote_referral_mount() 298 int flags, const char *dev_name, void *raw_data) in nfs4_referral_mount()
|
/fs/ubifs/ |
D | ioctl.c | 32 unsigned int flags = ubifs_inode(inode)->flags; in ubifs_set_inode_flags() local 98 static int setflags(struct inode *inode, int flags) in setflags() 139 int flags, err; in ubifs_ioctl() local
|
/fs/hfsplus/ |
D | ioctl.c | 63 unsigned int flags = 0; in hfsplus_getflags() local 77 unsigned int flags = hfsplus_getflags(inode); in hfsplus_ioctl_getflags() local 86 unsigned int flags, new_fl = 0; in hfsplus_ioctl_setflags() local
|
/fs/xfs/libxfs/ |
D | xfs_rmap.c | 36 unsigned int flags, in xfs_rmap_lookup_le() 58 unsigned int flags, in xfs_rmap_lookup_eq() 105 unsigned int flags) in xfs_rmap_insert() 141 unsigned int flags) in xfs_rmap_delete() 278 unsigned int flags, in xfs_rmap_find_left_neighbor() 356 unsigned int flags, in xfs_rmap_lookup_le_range() 401 unsigned int flags) in xfs_rmap_free_check_owner() 466 unsigned int flags; in xfs_rmap_unmap() local 679 unsigned int flags) in xfs_rmap_is_mergeable() 720 unsigned int flags = 0; in xfs_rmap_map() local [all …]
|
/fs/9p/ |
D | xattr.c | 97 const void *value, size_t value_len, int flags) in v9fs_xattr_set() 104 const void *value, size_t value_len, int flags) in v9fs_fid_xattr_set() 143 int flags) in v9fs_xattr_handler_get() 153 size_t size, int flags) in v9fs_xattr_handler_set()
|
/fs/overlayfs/ |
D | file.c | 36 int flags = file->f_flags | OVL_OPEN_FLAGS; in ovl_open_realfile() local 52 static int ovl_change_flags(struct file *file, unsigned int flags) in ovl_change_flags() 219 rwf_t flags = 0; in ovl_iocb_to_rwf() local 308 loff_t *ppos, size_t len, unsigned int flags) in ovl_splice_write() 498 static unsigned int ovl_fsflags_to_iflags(unsigned int flags) in ovl_fsflags_to_iflags() 517 unsigned int flags; in ovl_ioctl_set_fsflags() local 607 loff_t len, unsigned int flags, enum ovl_copyop op) in ovl_copyfile() 655 size_t len, unsigned int flags) in ovl_copy_file_range()
|
/fs/cifs/ |
D | transport.c | 467 struct smb_rqst *rqst, int flags) in smb_send_rqst() 529 const int timeout, const int flags, in wait_for_free_credits() 645 wait_for_free_request(struct TCP_Server_Info *server, const int flags, in wait_for_free_request() 654 const int flags, unsigned int *instance) in wait_for_compound_request() 782 mid_handle_t *handle, void *cbdata, const int flags, in cifs_call_async() 866 char *in_buf, int flags) in SendReceiveNoRsp() 1008 const int flags, const int num_rqst, struct smb_rqst *rqst, in compound_send_recv() 1229 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv() 1239 const int flags, struct kvec *resp_iov) in SendReceive2() 1277 int *pbytes_returned, const int flags) in SendReceive()
|
/fs/nfsd/ |
D | nfs4acl.c | 66 mask_from_posix(unsigned short perm, unsigned int flags) in mask_from_posix() 84 deny_mask_from_posix(unsigned short perm, u32 flags) in deny_mask_from_posix() 109 low_mode_from_nfs4(u32 perm, unsigned short *mode, unsigned int flags) in low_mode_from_nfs4() 135 unsigned int flags = 0; in nfsd4_get_nfs4_acl() local 234 unsigned int flags) in _posix_to_nfsv4_one() 491 posix_state_to_acl(struct posix_acl_state *state, unsigned int flags) in posix_state_to_acl() 694 unsigned int flags) in nfs4_acl_nfsv4_to_posix() 763 unsigned int flags = 0; in nfsd4_set_nfs4_acl() local
|