Searched refs:post (Results 1 – 4 of 4) sorted by relevance
| /fs/ocfs2/ |
| A D | refcounttree.h | 76 struct ocfs2_post_refcount *post); 94 struct ocfs2_post_refcount *post);
|
| A D | refcounttree.c | 3589 struct ocfs2_post_refcount *post) in ocfs2_refcount_cow_xattr() argument 3627 context->post_refcount = post; in ocfs2_refcount_cow_xattr() 3651 struct ocfs2_post_refcount *post) in ocfs2_add_refcount_flag() argument 3682 if (post) in ocfs2_add_refcount_flag() 3683 credits += post->credits; in ocfs2_add_refcount_flag() 3708 if (post && post->func) { in ocfs2_add_refcount_flag() 3709 ret = post->func(inode, handle, post->para); in ocfs2_add_refcount_flag()
|
| /fs/cachefiles/ |
| A D | io.c | 653 size_t off, pre, post, len = subreq->len; in cachefiles_issue_write() local 687 post = len & (CACHEFILES_DIO_BLOCK_SIZE - 1); in cachefiles_issue_write() 688 if (post) { in cachefiles_issue_write() 689 len -= post; in cachefiles_issue_write() 692 netfs_write_subrequest_terminated(subreq, post); in cachefiles_issue_write()
|
| /fs/overlayfs/ |
| A D | namei.c | 35 size_t prelen, const char *post) in ovl_check_redirect() argument 42 buf = ovl_get_redirect_xattr(ofs, path, prelen + strlen(post)); in ovl_check_redirect() 63 strcat(buf, post); in ovl_check_redirect() 229 size_t prelen, const char *post, in ovl_lookup_single() argument 237 bool last_element = !post[0]; in ovl_lookup_single() 328 err = ovl_check_redirect(&path, d, prelen, post); in ovl_lookup_single()
|
Completed in 18 milliseconds