/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 | 316 int flags) in xfs_iget_check_free_state() 351 int flags, in xfs_iget_cache_hit() 497 int flags, in xfs_iget_cache_miss() 619 uint flags, in xfs_iget() 739 int flags) in xfs_inode_ag_walk_grab() 785 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_walk() 944 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_iterator_flags() 973 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_iterator() 984 int (*execute)(struct xfs_inode *ip, int flags, in xfs_inode_ag_iterator_tag() 1017 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 | 37 uint flags) in xfs_qm_scall_quotaoff() 256 uint flags) in xfs_qm_scall_trunc_qfiles() 291 uint flags) in xfs_qm_scall_quotaon() 545 uint flags) in xfs_qm_log_quotaoff_end() 573 uint flags) in xfs_qm_log_quotaoff() 736 int flags, in xfs_dqrele_inode() 776 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() 383 #define XFS_IOLOCK_DEP(flags) (((flags) & XFS_IOLOCK_DEP_MASK) \ argument 385 #define XFS_MMAPLOCK_DEP(flags) (((flags) & XFS_MMAPLOCK_DEP_MASK) \ argument 387 #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 | 41 unsigned int flags; member 61 unsigned long flags; in eventfd_signal() local 191 unsigned long flags; in eventfd_ctx_remove_wait_queue() local 391 static int do_eventfd(unsigned int count, int flags) in do_eventfd() 421 SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags) in SYSCALL_DEFINE2() argument
|
D | read_write.c | 682 loff_t *ppos, int type, rwf_t flags) in do_iter_readv_writev() 705 loff_t *ppos, int type, rwf_t flags) in do_loop_readv_writev() 918 loff_t *pos, rwf_t flags) in do_iter_read() 946 rwf_t flags) in vfs_iter_read() 955 loff_t *pos, rwf_t flags) in do_iter_write() 982 rwf_t flags) in vfs_iter_write() 991 unsigned long vlen, loff_t *pos, rwf_t flags) in vfs_readv() 1008 unsigned long vlen, loff_t *pos, rwf_t flags) in vfs_writev() 1026 unsigned long vlen, rwf_t flags) in do_readv() 1050 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/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/afs/ |
D | xattr.c | 43 void *buffer, size_t size, int flags) in afs_xattr_get_acl() 101 const void *buffer, size_t size, int flags) in afs_xattr_set_acl() 166 void *buffer, size_t size, int flags) in afs_xattr_get_yfs() 271 const void *buffer, size_t size, int flags) in afs_xattr_set_yfs() 337 void *buffer, size_t size, int flags) in afs_xattr_get_cell() 364 void *buffer, size_t size, int flags) in afs_xattr_get_fid() 402 void *buffer, size_t size, int flags) in afs_xattr_get_volume()
|
/fs/fuse/ |
D | xattr.c | 15 size_t size, int flags) in fuse_setxattr() 179 const char *name, void *value, size_t size, int flags) in fuse_xattr_get() 187 int flags) in fuse_xattr_set() 202 const char *name, void *value, size_t size, int flags) in no_xattr_get() 210 size_t size, int flags) in no_xattr_set()
|
/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() 161 uint16_t flags, in xchk_inode_flags2() 210 uint16_t flags; in xchk_dinode() local
|
/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 1886 unsigned long flags; in lbmAllocate() local 1916 unsigned long flags; in lbmFree() local 1955 unsigned long flags; in lbmRedrive() local 2026 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() 138 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/cifs/ |
D | transport.c | 466 struct smb_rqst *rqst, int flags) in smb_send_rqst() 522 const int timeout, const int flags, in wait_for_free_credits() 638 wait_for_free_request(struct TCP_Server_Info *server, const int flags, in wait_for_free_request() 647 const int flags, unsigned int *instance) in wait_for_compound_request() 763 mid_handle_t *handle, void *cbdata, const int flags, in cifs_call_async() 849 char *in_buf, int flags) in SendReceiveNoRsp() 991 const int flags, const int num_rqst, struct smb_rqst *rqst, in compound_send_recv() 1209 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv() 1219 const int flags, struct kvec *resp_iov) in SendReceive2() 1257 int *pbytes_returned, const int flags) in SendReceive()
|
/fs/hfs/ |
D | attr.c | 23 const void *value, size_t size, int flags) in __hfs_setxattr() 118 const char *name, void *value, size_t size, int flags) in hfs_xattr_get() 126 int flags) in hfs_xattr_set()
|
/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
|