Searched refs:trgt (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_law.h | 15 #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 D | cifssmb.c | 3434 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()
|