Home
last modified time | relevance | path

Searched defs:len (Results 5101 - 5125 of 22806) sorted by relevance

1...<<201202203204205206207208209210>>...913

/kernel/linux/linux-6.6/fs/ceph/
H A Dacl.c213 size_t len = strlen(XATTR_NAME_POSIX_ACL_ACCESS); in ceph_pre_init_acls() local
227 size_t len = strlen(XATTR_NAME_POSIX_ACL_DEFAULT); in ceph_pre_init_acls() local
H A Dmdsmap.c97 u32 len; in __decode_and_drop_compat_set() local
/kernel/linux/linux-6.6/fs/jffs2/
H A Dnodemgmt.c74 jffs2_reserve_space(struct jffs2_sb_info *c, uint32_t minsize, uint32_t *len, int prio, uint32_t sumsize) jffs2_reserve_space() argument
212 jffs2_reserve_space_gc(struct jffs2_sb_info *c, uint32_t minsize, uint32_t *len, uint32_t sumsize) jffs2_reserve_space_gc() argument
354 jffs2_do_reserve_space(struct jffs2_sb_info *c, uint32_t minsize, uint32_t *len, uint32_t sumsize) jffs2_do_reserve_space() argument
500 jffs2_add_physical_node_ref(struct jffs2_sb_info *c, uint32_t ofs, uint32_t len, struct jffs2_inode_cache *ic) jffs2_add_physical_node_ref() argument
[all...]
H A Dfile.c131 jffs2_write_begin(struct file *filp, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) jffs2_write_begin() argument
244 jffs2_write_end(struct file *filp, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *pg, void *fsdata) jffs2_write_end() argument
/kernel/linux/linux-6.6/fs/notify/inotify/
H A Dinotify_fsnotify.c68 int len = 0, wd; in inotify_handle_inode_event() local
/kernel/linux/linux-6.6/fs/bfs/
H A Dfile.c171 bfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) bfs_write_begin() argument
/kernel/linux/linux-6.6/fs/afs/
H A Ddynroot.c116 size_t len = dentry->d_name.len; in afs_probe_cell_name() local
198 int len; in afs_lookup_atcell() local
[all...]
H A Ddir_edit.c135 int d, len, n; in afs_dir_scan_block() local
[all...]
/kernel/linux/linux-6.6/fs/coda/
H A Dfile.c99 coda_file_splice_read(struct file *coda_file, loff_t *ppos, struct pipe_inode_info *pipe, size_t len, unsigned int flags) coda_file_splice_read() argument
/kernel/linux/linux-6.6/fs/nfs/
H A Dexport.c40 int len = EMBED_FH_OFF + XDR_QUADLEN(fh_size); in nfs_encode_fh() local
73 int len = EMBED_FH_OFF + XDR_QUADLEN(fh_size); in nfs_fh_to_dentry() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddelalloc-space.c131 btrfs_check_data_free_space(struct btrfs_inode *inode, struct extent_changeset **reserved, u64 start, u64 len, bool noflush) btrfs_check_data_free_space() argument
173 btrfs_free_reserved_data_space_noquota(struct btrfs_fs_info *fs_info, u64 len) btrfs_free_reserved_data_space_noquota() argument
191 btrfs_free_reserved_data_space(struct btrfs_inode *inode, struct extent_changeset *reserved, u64 start, u64 len) btrfs_free_reserved_data_space() argument
468 btrfs_delalloc_reserve_space(struct btrfs_inode *inode, struct extent_changeset **reserved, u64 start, u64 len) btrfs_delalloc_reserve_space() argument
499 btrfs_delalloc_release_space(struct btrfs_inode *inode, struct extent_changeset *reserved, u64 start, u64 len, bool qgroup_free) btrfs_delalloc_release_space() argument
[all...]
H A Dextent_map.h37 u64 len; member
H A Dcompression.h46 unsigned int len; member
/kernel/linux/linux-6.6/fs/gfs2/
H A Dexport.c28 static int gfs2_encode_fh(struct inode *inode, __u32 *p, int *len, in gfs2_encode_fh() argument
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dattributes.c53 int len; in hfsplus_attr_build_key() local
114 u16 len; in hfsplus_attr_build_record() local
[all...]
H A Dbfind.c117 u16 off, len, keylen; in __hfs_brec_find() local
236 u16 off, len, keylen; in hfs_brec_goto() local
/kernel/linux/linux-6.6/fs/hmdfs/authority/
H A Dconfig.c31 static unsigned int make_hash(const char *name, unsigned int len) in make_hash() argument
/kernel/linux/linux-6.6/include/linux/
H A Dasync_tx.h118 async_tx_find_channel(struct async_submit_ctl *submit, enum dma_transaction_type tx_type, struct page **dst, int dst_count, struct page **src, int src_count, size_t len) async_tx_find_channel() argument
H A Dbcm963xx_nvram.h85 size_t len; in bcm963xx_nvram_checksum() local
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_types.c58 xfs_verify_fsbext( struct xfs_mount *mp, xfs_fsblock_t fsbno, xfs_fsblock_t len) xfs_verify_fsbext() argument
151 xfs_verify_rtext( struct xfs_mount *mp, xfs_rtblock_t rtbno, xfs_rtblock_t len) xfs_verify_rtext() argument
218 xfs_verify_fileext( struct xfs_mount *mp, xfs_fileoff_t off, xfs_fileoff_t len) xfs_verify_fileext() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.h31 xlog_calc_iovec_len(int len) in xlog_calc_iovec_len() argument
44 int len; in xlog_finish_iovec() local
79 xlog_copy_iovec(struct xfs_log_vec *lv, struct xfs_log_iovec **vecp, uint type, void *data, int len) xlog_copy_iovec() argument
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmconvert.c429 int dlm_convert_lock_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_convert_lock_handler() argument
H A Ddlmast.c256 int dlm_proxy_ast_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_proxy_ast_handler() argument
[all...]
/kernel/linux/linux-6.6/fs/squashfs/
H A Dnamei.c130 int len = dentry->d_name.len; in squashfs_lookup() local
63 get_dir_index_using_name(struct super_block *sb, u64 *next_block, int *next_offset, u64 index_start, int index_offset, int i_count, const char *name, int len) get_dir_index_using_name() argument
/kernel/linux/linux-6.6/fs/adfs/
H A Ddir_fplus.c22 unsigned int len; in adfs_fplus_validate_header() local
[all...]

Completed in 21 milliseconds

1...<<201202203204205206207208209210>>...913