/src/usr.sbin/makefs/ |
ffs.h | 63 int extattr; /* use UFS2ea magic */ member in struct:__anon6ccfc86b0108
|
ffs.h | 63 int extattr; /* use UFS2ea magic */ member in struct:__anon6ccfc86b0108
|
ffs.h | 63 int extattr; /* use UFS2ea magic */ member in struct:__anon6ccfc86b0108
|
/src/sys/ufs/ufs/ |
extattr.h | 1 /* $NetBSD: extattr.h,v 1.12 2020/04/18 19:18:34 christos Exp $ */ 30 * $FreeBSD: src/sys/ufs/ufs/extattr.h,v 1.20 2005/01/31 08:16:45 imp Exp $ 78 struct extattr { struct 99 ((struct extattr *)(((u_char *)(eap)) + (eap)->ea_length)) 106 roundup2((sizeof(struct extattr) - 1 + (eap)->ea_namelength), 8)
|
extattr.h | 1 /* $NetBSD: extattr.h,v 1.12 2020/04/18 19:18:34 christos Exp $ */ 30 * $FreeBSD: src/sys/ufs/ufs/extattr.h,v 1.20 2005/01/31 08:16:45 imp Exp $ 78 struct extattr { struct 99 ((struct extattr *)(((u_char *)(eap)) + (eap)->ea_length)) 106 roundup2((sizeof(struct extattr) - 1 + (eap)->ea_namelength), 8)
|
extattr.h | 1 /* $NetBSD: extattr.h,v 1.12 2020/04/18 19:18:34 christos Exp $ */ 30 * $FreeBSD: src/sys/ufs/ufs/extattr.h,v 1.20 2005/01/31 08:16:45 imp Exp $ 78 struct extattr { struct 99 ((struct extattr *)(((u_char *)(eap)) + (eap)->ea_length)) 106 roundup2((sizeof(struct extattr) - 1 + (eap)->ea_namelength), 8)
|
/src/sbin/tunefs/ |
tunefs.c | 85 int extattr = 0; variable in typeref:typename:int 367 if (is_ufs2 && !extattr) { 392 if (is_ufs2 && !extattr) { 668 extattr = 1; 676 extattr = 1;
|
tunefs.c | 85 int extattr = 0; variable in typeref:typename:int 367 if (is_ufs2 && !extattr) { 392 if (is_ufs2 && !extattr) { 668 extattr = 1; 676 extattr = 1;
|
tunefs.c | 85 int extattr = 0; variable in typeref:typename:int 367 if (is_ufs2 && !extattr) { 392 if (is_ufs2 && !extattr) { 668 extattr = 1; 676 extattr = 1;
|
/src/usr.sbin/makefs/ffs/ |
mkfs.c | 112 static int extattr; /* use UFS2ea magic */ variable in typeref:typename:int 153 extattr = ffs_opts->extattr; 302 if (extattr)
|
mkfs.c | 112 static int extattr; /* use UFS2ea magic */ variable in typeref:typename:int 153 extattr = ffs_opts->extattr; 302 if (extattr)
|
mkfs.c | 112 static int extattr; /* use UFS2ea magic */ variable in typeref:typename:int 153 extattr = ffs_opts->extattr; 302 if (extattr)
|
/src/sys/fs/udf/ |
udf.h | 405 struct udf_node *extattr; member in struct:udf_node
|
udf.h | 405 struct udf_node *extattr; member in struct:udf_node
|
udf.h | 405 struct udf_node *extattr; member in struct:udf_node
|
/src/sbin/newfs_udf/ |
udf_core.c | 2308 udf_extattr_insert_internal(union dscrptr *dscr, struct extattr_entry *extattr) 2362 if (udf_rw32(extattr->type) < 2048) { 2368 if (udf_rw32(extattr->type) == 2048) { 2372 implext = (struct impl_extattr_entry *) extattr; 2379 assert(udf_rw32(extattr->type) != 65536); 2384 a_l = udf_rw32(extattr->a_l); 2387 if (udf_rw32(extattr->type) < 2048) { 2391 if (udf_rw32(extattr->type) == 2048) { 2396 memcpy(bpos, extattr, a_l); 2890 uint8_t *bpos, *extattr; local in function:udf_create_VAT [all...] |
udf_core.c | 2308 udf_extattr_insert_internal(union dscrptr *dscr, struct extattr_entry *extattr) 2362 if (udf_rw32(extattr->type) < 2048) { 2368 if (udf_rw32(extattr->type) == 2048) { 2372 implext = (struct impl_extattr_entry *) extattr; 2379 assert(udf_rw32(extattr->type) != 65536); 2384 a_l = udf_rw32(extattr->a_l); 2387 if (udf_rw32(extattr->type) < 2048) { 2391 if (udf_rw32(extattr->type) == 2048) { 2396 memcpy(bpos, extattr, a_l); 2890 uint8_t *bpos, *extattr; local in function:udf_create_VAT [all...] |
udf_core.c | 2308 udf_extattr_insert_internal(union dscrptr *dscr, struct extattr_entry *extattr) 2362 if (udf_rw32(extattr->type) < 2048) { 2368 if (udf_rw32(extattr->type) == 2048) { 2372 implext = (struct impl_extattr_entry *) extattr; 2379 assert(udf_rw32(extattr->type) != 65536); 2384 a_l = udf_rw32(extattr->a_l); 2387 if (udf_rw32(extattr->type) < 2048) { 2391 if (udf_rw32(extattr->type) == 2048) { 2396 memcpy(bpos, extattr, a_l); 2890 uint8_t *bpos, *extattr; local in function:udf_create_VAT [all...] |