Home
last modified time | relevance | path

Searched defs:mask (Results 1 – 25 of 115) sorted by relevance

12345

/fs/ocfs2/cluster/
Dmasklog.h134 #define __mlog_test_u64(mask, bits) \ argument
137 #define __mlog_set_u64(mask, bits) do { \ argument
141 #define __mlog_clear_u64(mask, bits) do { \ argument
145 #define MLOG_BITS_RHS(mask) { \ argument
154 #define __mlog_test_u64(mask, bits) ((mask) & bits.words[0]) argument
155 #define __mlog_set_u64(mask, bits) do { \ argument
158 #define __mlog_clear_u64(mask, bits) do { \ argument
161 #define MLOG_BITS_RHS(mask) { { (mask) } } argument
173 #define mlog(mask, fmt, ...) \ argument
181 #define mlog_ratelimited(mask, fmt, ...) \ argument
Dmasklog.c36 static ssize_t mlog_mask_show(u64 mask, char *buf) in mlog_mask_show()
50 static ssize_t mlog_mask_store(u64 mask, const char *buf, size_t count) in mlog_mask_store()
67 void __mlog_printk(const u64 *mask, const char *func, int line, in __mlog_printk()
103 u64 mask; member
/fs/nfsd/
Dnfs4acl.c68 int mask = NFS4_ANYONE_MODE; in mask_from_posix() local
86 u32 mask = 0; in deny_mask_from_posix() local
185 unsigned short mask; member
449 struct posix_ace_state mask; /* Deny unused in this case */ member
559 static inline void allow_bits(struct posix_ace_state *astate, u32 mask) in allow_bits()
565 static inline void deny_bits(struct posix_ace_state *astate, u32 mask) in deny_bits()
605 static void deny_bits_array(struct posix_ace_state_array *a, u32 mask) in deny_bits_array()
613 static void allow_bits_array(struct posix_ace_state_array *a, u32 mask) in allow_bits_array()
624 u32 mask = ace->access_mask; in process_one_v4_ace() local
/fs/affs/
Dbitmap.c44 u32 blk, bmap, bit, mask, tmp; in affs_free_block() local
122 u32 blk, bmap, bit, mask, mask2, tmp; in affs_alloc_block() local
249 u32 size, blk, end, offset, mask; in affs_init_bitmap() local
/fs/notify/fanotify/
Dfanotify_user.c506 __u32 mask, in fanotify_mark_remove_from_mask()
534 struct vfsmount *mnt, __u32 mask, in fanotify_remove_vfsmount_mark()
564 struct inode *inode, __u32 mask, in fanotify_remove_inode_mark()
595 __u32 mask, in fanotify_mark_add_to_mask()
649 struct vfsmount *mnt, __u32 mask, in fanotify_add_vfsmount_mark()
675 struct inode *inode, __u32 mask, in fanotify_add_inode_mark()
821 __u64, mask, int, dfd, in SYSCALL_DEFINE5() argument
Dfanotify.c136 struct fanotify_event_info *fanotify_alloc_event(struct inode *inode, u32 mask, in fanotify_alloc_event()
174 u32 mask, const void *data, int data_type, in fanotify_handle_event()
/fs/notify/
Dfsnotify.c147 int __fsnotify_parent(const struct path *path, struct dentry *dentry, __u32 mask) in __fsnotify_parent()
190 __u32 mask, const void *data, in send_to_group()
250 int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify()
Dnotification.c210 u32 mask) in fsnotify_init_event()
/fs/coda/
Dcache.c31 void coda_cache_enter(struct inode *inode, int mask) in coda_cache_enter()
62 int coda_cache_check(struct inode *inode, int mask) in coda_cache_check()
Dpioctl.c44 static int coda_ioctl_permission(struct inode *inode, int mask) in coda_ioctl_permission()
/fs/hfs/
Dbitmap.c32 u32 mask, start, len, n; in hfs_find_set_zero_bits() local
196 u32 mask; in hfs_clear_vbm_bits() local
/fs/notify/dnotify/
Ddnotify.c84 u32 mask, const void *data, int data_type, in dnotify_handle_event()
226 fl_owner_t id, int fd, struct file *filp, __u32 mask) in attach_dn()
265 __u32 mask; in fcntl_dirnotify() local
/fs/hfsplus/
Dbitmap.c26 u32 mask, start, len, n; in hfsplus_block_allocate() local
170 u32 mask, len, pnr; in hfsplus_block_free() local
/fs/orangefs/
Dorangefs-debugfs.c724 static void debug_mask_to_string(void *mask, int type) in debug_mask_to_string()
779 __u64 *mask = (__u64 *) k_mask; in do_k_string() local
805 struct client_debug_mask *mask = (struct client_debug_mask *) c_mask; in do_c_string() local
844 static int check_amalgam_keyword(void *mask, int type) in check_amalgam_keyword()
887 static void debug_string_to_mask(char *debug_string, void *mask, int type) in debug_string_to_mask()
Dprotocol.h306 __u32 mask; member
399 #define gossip_debug(mask, fmt, ...) \ argument
408 #define gossip_debug(mask, fmt, ...) \ argument
416 #define gossip_ldebug(mask, fmt, ...) \ argument
/fs/notify/inotify/
Dinotify_user.c89 __u32 mask; in inotify_arg_to_mask() local
103 static inline u32 inotify_mask_to_arg(__u32 mask) in inotify_mask_to_arg()
493 __u32 mask; in inotify_update_existing_watch() local
540 __u32 mask; in inotify_new_watch() local
669 u32, mask) in SYSCALL_DEFINE3() argument
/fs/xfs/libxfs/
Dxfs_rtbitmap.c127 xfs_rtword_t mask; /* mask of relevant bits for value */ in xfs_rtfind_back() local
302 xfs_rtword_t mask; /* mask of relevant bits for value */ in xfs_rtfind_forw() local
559 xfs_rtword_t mask; /* mask o frelevant bits for value */ in xfs_rtmodify_range() local
793 xfs_rtword_t mask; /* mask of relevant bits for value */ in xfs_rtcheck_range() local
/fs/ceph/
Dexport.c74 int mask; in __fh_to_dentry() local
129 int mask; in __get_parent() local
/fs/btrfs/
Drcu-string.h24 static inline struct rcu_string *rcu_string_strdup(const char *src, gfp_t mask) in rcu_string_strdup()
Dextent_io.h312 u64 end, struct extent_state **cached, gfp_t mask) in unlock_extent_cached()
343 u64 end, struct extent_state **cached_state, gfp_t mask) in clear_extent_uptodate()
350 u64 end, gfp_t mask) in set_extent_dirty()
392 u64 end, struct extent_state **cached_state, gfp_t mask) in set_extent_uptodate()
/fs/ufs/
Dballoc.c245 const unsigned mask = blks_per_page - 1; in ufs_change_blocknr() local
763 unsigned char *table, unsigned char mask) in ubh_scanc()
811 unsigned pos, want, blockmap, mask, end; in ufs_bitmap_search() local
/fs/jfs/
Djfs_imap.c870 u32 bitmap, mask; in diFree() local
1344 u32 mask, inosmap, extsmap; in diAlloc() local
2028 u32 mask; in diAllocBit() local
2177 u32 mask; in diNewExt() local
2744 u32 mask; in diUpdatePMap() local
/fs/ext2/
Dext2.h517 #define EXT2_HAS_COMPAT_FEATURE(sb,mask) \ argument
519 #define EXT2_HAS_RO_COMPAT_FEATURE(sb,mask) \ argument
521 #define EXT2_HAS_INCOMPAT_FEATURE(sb,mask) \ argument
523 #define EXT2_SET_COMPAT_FEATURE(sb,mask) \ argument
525 #define EXT2_SET_RO_COMPAT_FEATURE(sb,mask) \ argument
527 #define EXT2_SET_INCOMPAT_FEATURE(sb,mask) \ argument
529 #define EXT2_CLEAR_COMPAT_FEATURE(sb,mask) \ argument
531 #define EXT2_CLEAR_RO_COMPAT_FEATURE(sb,mask) \ argument
533 #define EXT2_CLEAR_INCOMPAT_FEATURE(sb,mask) \ argument
/fs/cachefiles/
Ddaemon.c298 unsigned int mask; in cachefiles_daemon_poll() local
605 unsigned long mask; in cachefiles_daemon_debug() local
/fs/squashfs/
Dfile_direct.c35 int mask = (1 << (msblk->block_log - PAGE_SHIFT)) - 1; in squashfs_readpage_block() local

12345