/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 */ 104 __u32 fsd_dmevmask; /* corresponds to di_dmevmask */ 120 __u32 l_pid; 128 __u32 blocksize; /* filesystem (data) block size */ 129 __u32 rtextsize; /* realtime extent size */ 130 __u32 agblocks; /* fsblocks in an AG */ 131 __u32 agcount; /* number of allocation groups */ 132 __u32 logblocks; /* fsblocks in the log */ [all …]
|
/fs/ocfs2/ |
D | ocfs2_ioctl.h | 36 __u32 l_pid; 52 __u32 clusters; /* Total number of clusters in this group */ 53 __u32 frees; /* Total free clusters in this group */ 56 __u32 reserved2; 84 __u32 oi_count; /* Number of requests in info_requests */ 85 __u32 oi_pad; 89 /*00*/ __u32 ir_magic; /* Magic number */ 90 __u32 ir_code; /* Info request code */ 91 __u32 ir_size; /* Size of request */ 92 __u32 ir_flags; /* Request flags */ [all …]
|
D | ocfs1_fs_compat.h | 33 /*00*/ __u32 minor_version; 34 __u32 major_version; 57 __u32 prot_bits; 65 /*00*/ __u32 curr_master; 72 __u32 writer_node_num; 73 __u32 reader_node_num;
|
/fs/cifs/ |
D | cifs_ioctl.h | 21 __u32 version; /* 0001 */ 24 __u32 vol_serial_number; 25 __u32 vol_create_time; 26 __u32 share_caps; 27 __u32 share_flags; 28 __u32 sector_flags; 29 __u32 optimal_sector_size; 30 __u32 max_bytes_chunk; 31 __u32 fs_attributes; 32 __u32 max_path_component; [all …]
|
D | trace.h | 19 __u32 tid, 22 __u32 len, 28 __field(__u32, tid) 31 __field(__u32, len) 52 __u32 tid, \ 55 __u32 len, \ 70 __u32 tid, 73 __u32 len), 78 __field(__u32, tid) 81 __field(__u32, len) [all …]
|
D | cifsglob.h | 159 __u32 client_flags; /* sent by client in type 1 ntlmsssp exchange */ 160 __u32 server_flags; /* sent by server in type 2 ntlmssp exchange */ 363 __u32 *, FILE_ALL_INFO *); 365 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32); 410 __u64, __u32, int, int, bool); 435 bool (*is_read_op)(__u32); 437 void (*set_oplock_level)(struct cifsInodeInfo *, __u32, unsigned int, 461 int (*set_acl)(struct cifs_ntsd *, __u32, struct inode *, const char *, 508 __u32 req_capabilities; 509 __u32 large_lock_type; [all …]
|
D | cifsproto.h | 165 extern void cifs_set_oplock_level(struct cifsInodeInfo *cinode, __u32 oplock); 177 __u32 oplock); 180 unsigned int f_flags, __u32 *oplock, __u16 *netfid, 199 unsigned int xid, char *full_path, __u32 dosattr); 213 extern int set_cifs_acl(struct cifs_ntsd *, __u32, struct inode *, 338 __u32 pid_of_opener); 342 __u32 pid_of_opener); 425 __u32 *pOplock, const char *name, 447 const __u32 num_unlock, const __u32 num_lock, 450 const __u16 netfid, const __u32 netpid, const __u64 len, [all …]
|
D | cifspdu.h | 401 #define GETU32(var) (*((__u32 *)var)) /* BB check for endian issues */ 423 __u32 Reserved; /* zero */ 604 __u32 SessionKey; 606 __u32 Reserved; 623 __u32 SessionKey; 626 __u32 Reserved; /* see below */ 661 __u32 SessionKey; 663 __u32 Reserved; /* encrypt key len and offset */ 708 __u32 reserved; 711 __u32 reserved2; [all …]
|
/fs/xfs/ |
D | xfs_ioctl32.h | 43 __u32 bs_uid; /* user id */ 44 __u32 bs_gid; /* group id */ 45 __u32 bs_rdev; /* device value */ 52 __u32 bs_xflags; /* extended flags */ 55 __u32 bs_gen; /* generation count */ 61 __u32 bs_dmevmask; /* DMIG event mask */ 81 __u32 fd; /* fd for FD_TO_HANDLE */ 83 __u32 oflags; /* open flags */ 85 __u32 ihandlen; /* user supplied length */ 117 __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 …]
|
D | ufs.h | 41 __u32 i_flags; 42 __u32 i_shadow; 43 __u32 i_unused1; 44 __u32 i_unused2; 45 __u32 i_oeftflag; 50 __u32 i_dir_start_lookup;
|
/fs/nfsd/ |
D | xdr3.h | 34 __u32 count; 41 __u32 count; 43 __u32 len; 60 __u32 ftype; 61 __u32 major, minor; 99 __u32 dircount; 100 __u32 count; 108 __u32 count; 140 __u32 access; 147 __u32 len; [all …]
|
D | xdr.h | 28 __u32 offset; 29 __u32 count; 35 __u32 offset; 80 __u32 cookie; 81 __u32 count;
|
/fs/freevxfs/ |
D | vxfs_inode.h | 120 __u32 reserved; 157 __u32 vii_mode; 158 __u32 vii_nlink; /* Link count */ 159 __u32 vii_uid; /* UID */ 160 __u32 vii_gid; /* GID */ 162 __u32 vii_atime; /* Last time accessed - sec */ 163 __u32 vii_autime; /* Last time accessed - usec */ 164 __u32 vii_mtime; /* Last modify time - sec */ 165 __u32 vii_mutime; /* Last modify time - usec */ 166 __u32 vii_ctime; /* Create time - sec */ [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/adfs/ |
D | adfs.h | 36 __u32 parent_id; /* parent indirect disc address */ 37 __u32 loadaddr; /* RISC OS load address */ 38 __u32 execaddr; /* RISC OS exec address */ 75 __u32 s_ids_per_zone; /* max. no ids in one zone */ 76 __u32 s_idlen; /* length of ID in map */ 77 __u32 s_map_size; /* sector size of a map */ 101 __u32 parent_id; 112 __u32 parent_id; /* parent object id */ 113 __u32 indaddr; /* indirect disc addr */ 114 __u32 loadaddr; /* load address */ [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/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 | 37 __u32 rsv_goal_size; 38 __u32 rsv_alloc_hit; 51 __u32 last_alloc_logical_block; 181 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32)) 271 static inline __u32 ext2_mask_flags(umode_t mode, __u32 flags) in ext2_mask_flags() 337 __u32 l_i_reserved2; 351 __u32 m_i_reserved2[2]; 477 __u32 s_journal_inum; /* inode number of journal file */ 478 __u32 s_journal_dev; /* device number of journal file */ 479 __u32 s_last_orphan; /* start of list of inodes to delete */ [all …]
|
/fs/f2fs/ |
D | hash.c | 28 __u32 sum = 0; in TEA_transform() 29 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() 30 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; in TEA_transform() 49 pad = (__u32)len | ((__u32)len << 8); in str2hashbuf() 74 __u32 hash; in __f2fs_dentry_hash() 77 __u32 in[8], buf[4]; in __f2fs_dentry_hash()
|
/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/dlm/ |
D | user.c | 38 __u32 flags; 39 __u32 lkid; 40 __u32 parent; 43 __u32 castparam; 44 __u32 castaddr; 45 __u32 bastparam; 46 __u32 bastaddr; 47 __u32 lksb; 53 __u32 version[3]; 66 __u32 sb_status; [all …]
|
/fs/notify/ |
D | fsnotify.c | 146 int __fsnotify_parent(const struct path *path, struct dentry *dentry, __u32 mask) in __fsnotify_parent() 187 __u32 mask, const void *data, in send_to_group() 193 __u32 test_mask = (mask & ALL_FSNOTIFY_EVENTS); in send_to_group() 194 __u32 marks_mask = 0; in send_to_group() 195 __u32 marks_ignored_mask = 0; in send_to_group() 318 int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() 324 __u32 mnt_or_sb_mask = sb->s_fsnotify_mask; in fsnotify() 326 __u32 test_mask = (mask & ALL_FSNOTIFY_EVENTS); in fsnotify()
|