Home
last modified time | relevance | path

Searched refs:i_ea_size (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/hpfs/
Dnamei.c64 hpfs_i(result)->i_ea_size = 0; in hpfs_mkdir()
171 hpfs_i(result)->i_ea_size = 0; in hpfs_create()
255 hpfs_i(result)->i_ea_size = 0; in hpfs_mknod()
330 hpfs_i(result)->i_ea_size = 0; in hpfs_symlink()
Dinode.c33 hpfs_inode->i_ea_size = 0; in hpfs_init_inode()
235 de->ea_size = cpu_to_le32(hpfs_inode->i_ea_size); in hpfs_write_inode_nolock()
Dhpfs_fn.h53 unsigned i_ea_size; /* size of extended attributes */ member
Ddir.c279 hpfs_result->i_ea_size = le32_to_cpu(de->ea_size); in hpfs_lookup()
Dea.c359 hpfs_i(inode)->i_ea_size += 5 + strlen(key) + size; in hpfs_set_ea()
Dsuper.c722 hpfs_i(root)->i_ea_size = le32_to_cpu(de->ea_size); in hpfs_fill_super()