/fs/xfs/libxfs/ |
D | xfs_fs.h | 20 __u32 d_mem; /* data buffer memory alignment */ 21 __u32 d_miniosz; /* min xfer size */ 22 __u32 d_maxiosz; /* max xfer size */ 105 __u32 l_pid; 113 __u32 blocksize; /* filesystem (data) block size */ 114 __u32 rtextsize; /* realtime extent size */ 115 __u32 agblocks; /* fsblocks in an AG */ 116 __u32 agcount; /* number of allocation groups */ 117 __u32 logblocks; /* fsblocks in the log */ 118 __u32 sectsize; /* (data) sector size, bytes */ [all …]
|
/fs/ocfs2/ |
D | ocfs2_ioctl.h | 26 __u32 l_pid; 42 __u32 clusters; /* Total number of clusters in this group */ 43 __u32 frees; /* Total free clusters in this group */ 46 __u32 reserved2; 74 __u32 oi_count; /* Number of requests in info_requests */ 75 __u32 oi_pad; 79 /*00*/ __u32 ir_magic; /* Magic number */ 80 __u32 ir_code; /* Info request code */ 81 __u32 ir_size; /* Size of request */ 82 __u32 ir_flags; /* Request flags */ [all …]
|
D | ocfs1_fs_compat.h | 31 /*00*/ __u32 minor_version; 32 __u32 major_version; 55 __u32 prot_bits; 63 /*00*/ __u32 curr_master; 70 __u32 writer_node_num; 71 __u32 reader_node_num;
|
/fs/smb/client/ |
D | cifs_ioctl.h | 11 __u32 version; /* 0001 */ 14 __u32 vol_serial_number; 15 __u32 vol_create_time; 16 __u32 share_caps; 17 __u32 share_flags; 18 __u32 sector_flags; 19 __u32 optimal_sector_size; 20 __u32 max_bytes_chunk; 21 __u32 fs_attributes; 22 __u32 max_path_component; [all …]
|
D | trace.h | 26 __u32 tid, 29 __u32 len, 35 __field(__u32, tid) 38 __field(__u32, len) 59 __u32 tid, \ 62 __u32 len, \ 77 __u32 tid, 80 __u32 len), 85 __field(__u32, tid) 88 __field(__u32, len) [all …]
|
D | cifsglob.h | 173 __u32 client_flags; /* sent by client in type 1 ntlmsssp exchange */ 174 __u32 server_flags; /* sent by server in type 2 ntlmssp exchange */ 288 struct cifsInodeInfo *cinode, __u32 oplock, 334 __u32 *reparse_tag); 387 int (*open)(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, 390 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32); 438 __u64, __u32, int, int, bool); 467 bool (*is_read_op)(__u32); 469 void (*set_oplock_level)(struct cifsInodeInfo *, __u32, unsigned int, 493 int (*set_acl)(struct cifs_ntsd *, __u32, struct inode *, const char *, [all …]
|
D | cifsproto.h | 177 extern void cifs_set_oplock_level(struct cifsInodeInfo *cinode, __u32 oplock); 187 struct tcon_link *tlink, __u32 oplock, 191 unsigned int f_flags, __u32 *oplock, __u16 *netfid, 212 unsigned int xid, const char *full_path, __u32 dosattr); 228 extern int set_cifs_acl(struct cifs_ntsd *, __u32, struct inode *, 379 __u32 pid_of_opener); 383 __u32 pid_of_opener); 461 __u32 *pOplock, const char *name, 483 const __u32 num_unlock, const __u32 num_lock, 486 const __u16 netfid, const __u32 netpid, const __u64 len, [all …]
|
D | cifspdu.h | 378 #define GETU32(var) (*((__u32 *)var)) /* BB check for endian issues */ 400 __u32 Reserved; /* zero */ 560 __u32 SessionKey; 562 __u32 Reserved; 579 __u32 SessionKey; 582 __u32 Reserved; /* see below */ 617 __u32 SessionKey; 619 __u32 Reserved; /* encrypt key len and offset */ 664 __u32 reserved; 667 __u32 reserved2; [all …]
|
/fs/smb/server/ |
D | ksmbd_netlink.h | 67 __u32 handle; 83 __u32 flags; /* Flags for global config */ 96 __u32 deadtime; /* Number of minutes of inactivity */ 97 __u32 file_max; /* Limits the maximum number of open files */ 98 __u32 smb2_max_write; /* MAX write size */ 99 __u32 smb2_max_read; /* MAX read size */ 100 __u32 smb2_max_trans; /* MAX trans size */ 101 __u32 share_fake_fscaps; /* 106 __u32 sub_auth[3]; /* Subauth value for Security ID */ 107 __u32 smb2_max_credits; /* MAX credits */ [all …]
|
D | smb_common.h | 188 __u32 Reserved; /* zero */ 257 __u32 FileIndex; 271 __u32 FileIndex; 278 __u32 FileIndex; 293 __u32 FileIndex; 311 __u32 FileIndex; 331 __u32 FileIndex; 350 __u32 capabilities; 351 __u32 max_read_size; 352 __u32 max_write_size; [all …]
|
/fs/xfs/ |
D | xfs_ioctl32.h | 41 __u32 bs_uid; /* user id */ 42 __u32 bs_gid; /* group id */ 43 __u32 bs_rdev; /* device value */ 50 __u32 bs_xflags; /* extended flags */ 53 __u32 bs_gen; /* generation count */ 59 __u32 bs_dmevmask; /* DMIG event mask */ 79 __u32 fd; /* fd for FD_TO_HANDLE */ 81 __u32 oflags; /* open flags */ 83 __u32 ihandlen; /* user supplied length */ 115 __u32 flags; /* which namespace to use */ [all …]
|
/fs/ufs/ |
D | ufs_fs.h | 42 typedef __u32 __bitwise __fs32; 710 __u32 c_cgx; /* number of cylidner group */ 713 __u32 c_ndblk; /* number of data blocks this cg */ 714 __u32 c_rotor; /* position of last used block */ 715 __u32 c_frotor; /* position of last used frag */ 716 __u32 c_irotor; /* position of last used inode */ 717 __u32 c_btotoff; /* (__u32) block totals per cylinder */ 718 __u32 c_boff; /* (short) free block positions */ 719 __u32 c_iusedoff; /* (char) used inode map */ 720 __u32 c_freeoff; /* (u_char) free block map */ [all …]
|
/fs/nfsd/ |
D | xdr3.h | 28 __u32 access; 34 __u32 count; 40 __u32 count; 42 __u32 len; 59 __u32 ftype; 60 __u32 major, minor; 93 __u32 count; 100 __u32 count; 105 __u32 mask; 111 __u32 mask; [all …]
|
/fs/ext4/ |
D | hash.c | 16 static void TEA_transform(__u32 buf[4], __u32 const in[]) in TEA_transform() 18 __u32 sum = 0; in TEA_transform() 19 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() 20 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; in TEA_transform() 53 static __u32 half_md4_transform(__u32 buf[4], __u32 const in[8]) in half_md4_transform() 55 __u32 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in half_md4_transform() 103 static __u32 dx_hack_hash_unsigned(const char *name, int len) in dx_hack_hash_unsigned() 105 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() 119 static __u32 dx_hack_hash_signed(const char *name, int len) in dx_hack_hash_signed() 121 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() [all …]
|
D | bitmap.c | 23 __u32 hi; in ext4_inode_bitmap_csum_verify() 24 __u32 provided, calculated; in ext4_inode_bitmap_csum_verify() 45 __u32 csum; in ext4_inode_bitmap_csum_set() 61 __u32 hi; in ext4_block_bitmap_csum_verify() 62 __u32 provided, calculated; in ext4_block_bitmap_csum_verify() 88 __u32 csum; in ext4_block_bitmap_csum_set()
|
/fs/freevxfs/ |
D | vxfs_inode.h | 95 __u32 reserved; 132 __u32 vii_mode; 133 __u32 vii_nlink; /* Link count */ 134 __u32 vii_uid; /* UID */ 135 __u32 vii_gid; /* GID */ 137 __u32 vii_atime; /* Last time accessed - sec */ 138 __u32 vii_autime; /* Last time accessed - usec */ 139 __u32 vii_mtime; /* Last modify time - sec */ 140 __u32 vii_mutime; /* Last modify time - usec */ 141 __u32 vii_ctime; /* Create time - sec */ [all …]
|
/fs/udf/ |
D | udf_sb.h | 57 __u32 s_meta_file_loc; 58 __u32 s_mirror_file_loc; 59 __u32 s_bitmap_file_loc; 60 __u32 s_alloc_unit_size; 79 __u32 s_num_entries; 84 __u32 s_extPosition; 94 __u32 s_partition_root; 95 __u32 s_partition_len; 103 __u32 (*s_partition_func)(struct super_block *, __u32, __u16, __u32); 120 __u32 s_anchor; [all …]
|
D | udf_i.h | 35 __u32 i_lenEAttr; 36 __u32 i_lenAlloc; 38 __u32 i_next_alloc_block; 39 __u32 i_next_alloc_goal; 40 __u32 i_checkpoint; 41 __u32 i_extraPerms;
|
/fs/adfs/ |
D | adfs.h | 34 __u32 parent_id; /* parent indirect disc address */ 35 __u32 indaddr; /* object indirect disc address */ 36 __u32 loadaddr; /* RISC OS load address */ 37 __u32 execaddr; /* RISC OS exec address */ 74 __u32 s_ids_per_zone; /* max. no ids in one zone */ 75 __u32 s_idlen; /* length of ID in map */ 76 __u32 s_map_size; /* sector size of a map */ 98 __u32 parent_id; 115 __u32 parent_id; /* parent object id */ 116 __u32 indaddr; /* indirect disc addr */ [all …]
|
/fs/quota/ |
D | quotaio_v1.h | 22 __u32 dqb_bhardlimit; /* absolute limit on disk blks alloc */ 23 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */ 24 __u32 dqb_curblocks; /* current block count */ 25 __u32 dqb_ihardlimit; /* absolute limit on allocated inodes */ 26 __u32 dqb_isoftlimit; /* preferred inode limit */ 27 __u32 dqb_curinodes; /* current # allocated inodes */
|
/fs/ext2/ |
D | ext2.h | 39 __u32 rsv_goal_size; 40 __u32 rsv_alloc_hit; 53 __u32 last_alloc_logical_block; 182 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32)) 263 static inline __u32 ext2_mask_flags(umode_t mode, __u32 flags) in ext2_mask_flags() 325 __u32 l_i_reserved2; 339 __u32 m_i_reserved2[2]; 464 __u32 s_journal_inum; /* inode number of journal file */ 465 __u32 s_journal_dev; /* device number of journal file */ 466 __u32 s_last_orphan; /* start of list of inodes to delete */ [all …]
|
/fs/f2fs/ |
D | hash.c | 27 __u32 sum = 0; in TEA_transform() 28 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() 29 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; in TEA_transform() 48 pad = (__u32)len | ((__u32)len << 8); in str2hashbuf() 72 __u32 in[8], buf[4]; in TEA_hash_name()
|
/fs/dlm/ |
D | user.c | 40 __u32 flags; 41 __u32 lkid; 42 __u32 parent; 45 __u32 castparam; 46 __u32 castaddr; 47 __u32 bastparam; 48 __u32 bastaddr; 49 __u32 lksb; 55 __u32 version[3]; 68 __u32 sb_status; [all …]
|
/fs/reiserfs/ |
D | objectid.c | 49 __u32 reiserfs_get_unused_objectid(struct reiserfs_transaction_handle *th) in reiserfs_get_unused_objectid() 54 __u32 unused_objectid; in reiserfs_get_unused_objectid() 88 (sb_oid_cursize(rs) - 3) * sizeof(__u32)); in reiserfs_get_unused_objectid() 98 __u32 objectid_to_release) in reiserfs_release_objectid() 132 2) * sizeof(__u32)); in reiserfs_release_objectid() 166 (sb_oid_cursize(rs) - i - 1) * sizeof(__u32)); in reiserfs_release_objectid() 183 int new_size = (s->s_blocksize - SB_SIZE) / sizeof(__u32) / 2 * 2; in reiserfs_convert_objectid_map_v1()
|
/fs/notify/ |
D | fsnotify.c | 145 __u32 mask) in fsnotify_event_needs_parent() 147 __u32 marks_mask = 0; in fsnotify_event_needs_parent() 178 int __fsnotify_parent(struct dentry *dentry, __u32 mask, const void *data, in __fsnotify_parent() 187 __u32 p_mask; in __fsnotify_parent() 267 static int fsnotify_handle_event(struct fsnotify_group *group, __u32 mask, in fsnotify_handle_event() 320 static int send_to_group(__u32 mask, const void *data, int data_type, in send_to_group() 325 __u32 test_mask = (mask & ALL_FSNOTIFY_EVENTS); in send_to_group() 326 __u32 marks_mask = 0; in send_to_group() 327 __u32 marks_ignore_mask = 0; in send_to_group() 481 int fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir, in fsnotify() [all …]
|