Searched defs:name_size (Results 1 – 11 of 11) sorted by relevance
/fs/squashfs/ |
D | xattr.c | 48 int name_size; in squashfs_listxattr() local 125 int type, prefix, name_size; in squashfs_xattr_get() local
|
/fs/ntfs/ |
D | dir.c | 197 int name_size = sizeof(ntfs_name); in ntfs_lookup_inode_by_name() local 457 int name_size = sizeof(ntfs_name); in ntfs_lookup_inode_by_name() local
|
/fs/ecryptfs/ |
D | crypto.c | 1514 const char *name, size_t name_size) in ecryptfs_copy_filename() 1892 const char *name, size_t name_size) in ecryptfs_encrypt_and_encode_filename() 1976 static bool is_dot_dotdot(const char *name, size_t name_size) in is_dot_dotdot() 2001 const char *name, size_t name_size) in ecryptfs_decode_and_decrypt_filename()
|
D | file.c | 62 size_t name_size; in ecryptfs_filldir() local
|
/fs/efivarfs/ |
D | super.c | 108 unsigned long name_size, void *data) in efivarfs_callback()
|
/fs/ceph/ |
D | xattr.c | 35 size_t name_size; /* strlen(name) + 1 (for '\0') */ member 841 static int __get_required_blob_size(struct ceph_inode_info *ci, int name_size, in __get_required_blob_size()
|
/fs/jfs/ |
D | xattr.c | 95 static inline int name_size(struct jfs_ea *ea) in name_size() function
|
/fs/befs/ |
D | befs_fs_types.h | 170 fs16 name_size; member
|
/fs/ntfs3/ |
D | frecord.c | 1403 u32 name_size = ALIGN(name_len * sizeof(short), 8); in ni_insert_nonresident() local 1473 u32 name_size = ALIGN(name_len * sizeof(short), 8); in ni_insert_resident() local
|
D | fslog.c | 2973 u32 name_size = ALIGN(name_len * sizeof(short), 8); in attr_create_nonres_log() local
|
/fs/ocfs2/ |
D | xattr.c | 1527 int name_size = OCFS2_XATTR_SIZE(loc->xl_entry->xe_name_len); in ocfs2_xa_fill_value_buf() local 2047 int name_size = OCFS2_XATTR_SIZE(loc->xl_entry->xe_name_len); in ocfs2_xa_install_value_root() local 2065 int name_size = OCFS2_XATTR_SIZE(xi->xi_name_len); in ocfs2_xa_reuse_entry() local 2203 int name_size = OCFS2_XATTR_SIZE(xi->xi_name_len); in ocfs2_xa_store_value() local
|