Home
last modified time | relevance | path

Searched refs:attr_file (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/hfsplus/
Dxattr.c53 static void hfsplus_init_header_node(struct inode *attr_file, in hfsplus_init_header_node() argument
81 tmp = i_size_read(attr_file); in hfsplus_init_header_node()
125 struct inode *attr_file; in hfsplus_create_attributes_file() local
169 attr_file = hfsplus_iget(sb, HFSPLUS_ATTR_CNID); in hfsplus_create_attributes_file()
170 if (IS_ERR(attr_file)) { in hfsplus_create_attributes_file()
172 return PTR_ERR(attr_file); in hfsplus_create_attributes_file()
175 BUG_ON(i_size_read(attr_file) != 0); in hfsplus_create_attributes_file()
177 hip = HFSPLUS_I(attr_file); in hfsplus_create_attributes_file()
194 err = hfsplus_file_extend(attr_file, false); in hfsplus_create_attributes_file()
199 hip->phys_size = attr_file->i_size = in hfsplus_create_attributes_file()
[all …]
Dsuper.c47 hfsplus_inode_read_fork(inode, &vhdr->attr_file); in hfsplus_system_read_inode()
122 fork = &vhdr->attr_file; in hfsplus_system_write_inode()
484 if (vhdr->attr_file.total_blocks != 0) { in hfsplus_fill_super()
Dhfsplus_raw.h136 struct hfsplus_fork_raw attr_file; member