Searched refs:netfs_trans_alloc (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dlock.c43 t = netfs_trans_alloc(psb, path_len + sizeof(struct netfs_lock) + isize,
H A Dinode.c185 trans = netfs_trans_alloc(psb, path_len, 0, i);
317 t = netfs_trans_alloc(psb, err + 1, 0, 0);
511 t = netfs_trans_alloc(psb, path_len, NETFS_TRANS_SINGLE_DST, 0);
713 t = netfs_trans_alloc(psb, path_len, NETFS_TRANS_SINGLE_DST, 0);
1020 t = netfs_trans_alloc(psb, namelen + path_len + attrsize, 0, 0);
1607 t = netfs_trans_alloc(psb, sz + path_len, flags, 0);
1690 t = netfs_trans_alloc(psb, 0, 0, 0);
H A Ddir.c791 t = netfs_trans_alloc(psb, parent_len + target_len + obj->len + 2, 0, 0);
946 t = netfs_trans_alloc(psb, path_len, 0, 0);
H A Dnetfs.h410 struct netfs_trans *netfs_trans_alloc(struct pohmelfs_sb *psb, unsigned int size,
H A Dtrans.c605 struct netfs_trans *netfs_trans_alloc(struct pohmelfs_sb *psb, unsigned int size, function
H A Dcrypto.c690 t = netfs_trans_alloc(psb, size, 0, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/pohmelfs/
H A Dlock.c43 t = netfs_trans_alloc(psb, path_len + sizeof(struct netfs_lock) + isize,
H A Dinode.c185 trans = netfs_trans_alloc(psb, path_len, 0, i);
317 t = netfs_trans_alloc(psb, err + 1, 0, 0);
511 t = netfs_trans_alloc(psb, path_len, NETFS_TRANS_SINGLE_DST, 0);
713 t = netfs_trans_alloc(psb, path_len, NETFS_TRANS_SINGLE_DST, 0);
1020 t = netfs_trans_alloc(psb, namelen + path_len + attrsize, 0, 0);
1607 t = netfs_trans_alloc(psb, sz + path_len, flags, 0);
1690 t = netfs_trans_alloc(psb, 0, 0, 0);
H A Ddir.c791 t = netfs_trans_alloc(psb, parent_len + target_len + obj->len + 2, 0, 0);
946 t = netfs_trans_alloc(psb, path_len, 0, 0);
H A Dnetfs.h410 struct netfs_trans *netfs_trans_alloc(struct pohmelfs_sb *psb, unsigned int size,
H A Dtrans.c605 struct netfs_trans *netfs_trans_alloc(struct pohmelfs_sb *psb, unsigned int size, function
H A Dcrypto.c690 t = netfs_trans_alloc(psb, size, 0, 0);

Completed in 207 milliseconds