Home
last modified time | relevance | path

Searched refs:trgt (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dfsl_law.h15 #define SET_LAW_ENTRY(idx, a, sz, trgt) \ argument
16 { .index = idx, .addr = a, .size = sz, .trgt_id = trgt }
18 #define SET_LAW(a, sz, trgt) \ argument
19 { .index = -1, .addr = a, .size = sz, .trgt_id = trgt }
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifssmb.c3434 static int cifs_copy_posix_acl(char *trgt, char *src, const int buflen, in cifs_copy_posix_acl() argument
3442 struct posix_acl_xattr_header *local_acl = (void *)trgt; in cifs_copy_posix_acl()