Home
last modified time | relevance | path

Searched refs:ncf (Results 1 – 4 of 4) sorted by relevance

/fs/unicode/tests/
A Dutf8_kunit.c70 unsigned char ncf[30]; member
76 .ncf = {0x61, 0x62, 0x62, 0x61, 0x00},
81 .ncf = "abcdefghijklmnopqrstuvwxyz0.1",
87 .ncf = {0x73, 0x73, 0x00},
93 .ncf = {0x61, 0xcc, 0x8a, 0x00},
103 .ncf = {0xe1, 0x8e, 0xa0, 0x00},
108 .ncf = {0xe1, 0x8f, 0xb0, 0x00},
114 .ncf = {0xf0, 0x90, 0xb3, 0x83, 0x00},
121 .ncf = {0xf0, 0x90, 0x93, 0x9d, 0x00},
127 .ncf = {0xc9, 0xaa, 0x00},
[all …]
/fs/nfsd/
A Dnfs4callback.c388 struct nfs4_cb_fattr *ncf = &dp->dl_cb_fattr; in encode_cb_getattr4args() local
393 if (!ncf->ncf_file_modified) in encode_cb_getattr4args()
616 struct nfs4_cb_fattr *ncf = in nfs4_xdr_enc_cb_getattr() local
625 encode_cb_getattr4args(xdr, &hdr, ncf); in nfs4_xdr_enc_cb_getattr()
696 struct nfs4_cb_fattr *ncf = in nfs4_xdr_dec_cb_getattr() local
714 maxlen = sizeof(ncf->ncf_cb_change) + sizeof(ncf->ncf_cb_fsize); in nfs4_xdr_dec_cb_getattr()
716 maxlen += (sizeof(ncf->ncf_cb_mtime.tv_sec) + in nfs4_xdr_dec_cb_getattr()
717 sizeof(ncf->ncf_cb_mtime.tv_nsec)) * 2; in nfs4_xdr_dec_cb_getattr()
720 status = decode_cb_fattr4(xdr, bitmap, ncf); in nfs4_xdr_dec_cb_getattr()
A Dnfs4state.c3172 struct nfs4_cb_fattr *ncf = in nfsd4_cb_getattr_done() local
3191 struct nfs4_cb_fattr *ncf = in nfsd4_cb_getattr_release() local
3220 ncf->ncf_cb_status = NFS4ERR_IO; in nfs4_cb_getattr()
9230 struct nfs4_cb_fattr *ncf; in nfsd4_deleg_getattr_conflict() local
9266 ncf = &dp->dl_cb_fattr; in nfsd4_deleg_getattr_conflict()
9272 if (ncf->ncf_cb_status) { in nfsd4_deleg_getattr_conflict()
9279 if (!ncf->ncf_file_modified && in nfsd4_deleg_getattr_conflict()
9280 (ncf->ncf_initial_cinfo != ncf->ncf_cb_change || in nfsd4_deleg_getattr_conflict()
9281 ncf->ncf_cur_fsize != ncf->ncf_cb_fsize)) in nfsd4_deleg_getattr_conflict()
9283 if (ncf->ncf_file_modified) { in nfsd4_deleg_getattr_conflict()
[all …]
A Dnfs4xdr.c3645 struct nfs4_cb_fattr *ncf = &dp->dl_cb_fattr; in nfsd4_encode_fattr4() local
3647 if (ncf->ncf_file_modified) { in nfsd4_encode_fattr4()
3648 ++ncf->ncf_initial_cinfo; in nfsd4_encode_fattr4()
3649 args.stat.size = ncf->ncf_cur_fsize; in nfsd4_encode_fattr4()
3650 if (!timespec64_is_epoch(&ncf->ncf_cb_mtime)) in nfsd4_encode_fattr4()
3651 args.stat.mtime = ncf->ncf_cb_mtime; in nfsd4_encode_fattr4()
3653 args.change_attr = ncf->ncf_initial_cinfo; in nfsd4_encode_fattr4()
3655 if (!timespec64_is_epoch(&ncf->ncf_cb_atime)) in nfsd4_encode_fattr4()
3656 args.stat.atime = ncf->ncf_cb_atime; in nfsd4_encode_fattr4()

Completed in 37 milliseconds