Searched refs:std (Results 1 – 5 of 5) sorted by relevance
53 int std; in get_acorn_filename() local59 std = sizeof(struct iso_directory_record) + de->name_len[0]; in get_acorn_filename()60 if (std & 1) in get_acorn_filename()61 std++; in get_acorn_filename()62 if (de->length[0] - std != 32) in get_acorn_filename()64 chr = ((unsigned char *) de) + std; in get_acorn_filename()
33 bool std; member307 r->std = !level; in get_lznt_ctx()329 if (ctx->std) { in compress_lznt()
915 struct ATTR_STD_INFO5 *std; in ntfs_setxattr() local940 std = ni_std5(ni); in ntfs_setxattr()941 if (!std) { in ntfs_setxattr()943 } else if (std->security_id != security_id) { in ntfs_setxattr()944 std->security_id = ni->std_security_id = security_id; in ntfs_setxattr()
3204 struct ATTR_STD_INFO *std; in ni_write_inode() local3233 std = ni_std(ni); in ni_write_inode()3234 if (!std) { in ni_write_inode()3242 if (std->m_time != dup.m_time) { in ni_write_inode()3243 std->m_time = dup.m_time; in ni_write_inode()3249 if (std->c_time != dup.c_time) { in ni_write_inode()3250 std->c_time = dup.c_time; in ni_write_inode()3257 std->a_time = dup.a_time; in ni_write_inode()3262 if (std->fa != dup.fa) { in ni_write_inode()3263 std->fa = dup.fa; in ni_write_inode()[all …]
23 static int nfs42_do_offload_cancel_async(struct file *dst, nfs4_stateid *std);
Completed in 20 milliseconds